Searched refs:NXT_FILE_OPEN (Results 1 – 6 of 6) sorted by path
/unit/src/ |
H A D | nxt_cert.c | 892 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, in nxt_cert_store_load()
|
H A D | nxt_controller.c | 227 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, 0); in nxt_controller_file_read()
|
H A D | nxt_file.h | 146 #define NXT_FILE_OPEN 0 macro
|
H A D | nxt_http_static.c | 388 ret = nxt_file_open(task, &file, NXT_FILE_SEARCH, NXT_FILE_OPEN, in nxt_http_static_send_ready() 398 ret = nxt_file_open(task, &file, NXT_FILE_SEARCH, NXT_FILE_OPEN, 0); in nxt_http_static_send_ready() 414 NXT_FILE_OPEN, 0, af.fd, resolve); in nxt_http_static_send_ready() 422 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, 0); in nxt_http_static_send_ready() 426 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, 0); in nxt_http_static_send_ready()
|
H A D | nxt_job_file.c | 172 n = nxt_file_open(&jbf->file, NXT_FILE_RDONLY, NXT_FILE_OPEN, 0); in nxt_job_file_open()
|
/unit/src/test/ |
H A D | nxt_utf8_file_name_test.c | 124 ret = nxt_file_open(&task, &lc_file, NXT_FILE_RDONLY, NXT_FILE_OPEN, in nxt_utf8_file_name_test()
|