Home
last modified time | relevance | path

Searched refs:NXT_FILE_SEARCH (Results 1 – 2 of 2) sorted by relevance

/unit/src/
H A Dnxt_file.h127 #define NXT_FILE_SEARCH (O_SEARCH|NXT_FILE_DIRECTORY) macro
130 #define NXT_FILE_SEARCH (O_EXEC|NXT_FILE_DIRECTORY) macro
139 #define NXT_FILE_SEARCH (O_PATH|O_RDONLY|NXT_FILE_DIRECTORY) macro
H A Dnxt_http_static.c398 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()