Home
last modified time | relevance | path

Searched refs:NXT_FILE_RDONLY (Results 1 – 6 of 6) sorted by relevance

/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()
/unit/src/
H A Dnxt_file.h113 #define NXT_FILE_RDONLY O_RDONLY macro
H A Dnxt_http_static.c421 ret = nxt_file_openat2(task, &file, NXT_FILE_RDONLY, 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()
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()