Home
last modified time | relevance | path

Searched refs:NXT_FILE_OPEN (Results 1 – 6 of 6) sorted by path

/unit/src/
H A Dnxt_cert.c892 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, in nxt_cert_store_load()
H A Dnxt_controller.c252 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, 0); in nxt_controller_file_read()
H A Dnxt_file.h146 #define NXT_FILE_OPEN 0 macro
H A Dnxt_http_static.c396 ret = nxt_file_open(task, &file, NXT_FILE_SEARCH, NXT_FILE_OPEN, in nxt_http_static_send_ready()
406 ret = nxt_file_open(task, &file, NXT_FILE_SEARCH, NXT_FILE_OPEN, 0); in nxt_http_static_send_ready()
422 NXT_FILE_OPEN, 0, af.fd, resolve); in nxt_http_static_send_ready()
430 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, 0); in nxt_http_static_send_ready()
434 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, 0); in nxt_http_static_send_ready()
H A Dnxt_script.c423 ret = nxt_file_open(task, &file, NXT_FILE_RDONLY, NXT_FILE_OPEN, in nxt_script_store_load()
/unit/src/test/
H A Dnxt_utf8_file_name_test.c124 ret = nxt_file_open(&task, &lc_file, NXT_FILE_RDONLY, NXT_FILE_OPEN, in nxt_utf8_file_name_test()