Searched refs:NXT_FILE_OPEN (Results 1 – 6 of 6) sorted by relevance
/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()
|
/unit/src/ |
H A D | nxt_http_static.c | 398 ret = nxt_file_open(task, &file, NXT_FILE_SEARCH, NXT_FILE_OPEN, in nxt_http_static_send_ready() 408 ret = nxt_file_open(task, &file, NXT_FILE_SEARCH, NXT_FILE_OPEN, 0); in nxt_http_static_send_ready() 424 NXT_FILE_OPEN, 0, af.fd, resolve); in nxt_http_static_send_ready() 432 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, 0); in nxt_http_static_send_ready() 436 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, 0); in nxt_http_static_send_ready()
|
H A D | nxt_file.h | 146 #define NXT_FILE_OPEN 0 macro
|
H A D | nxt_script.c | 423 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, in nxt_script_store_load()
|
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 | 252 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, 0); in nxt_controller_file_read()
|