Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h91 #define NGX_FILE_SEARCH (O_SEARCH|NGX_FILE_DIRECTORY) macro
94 #define NGX_FILE_SEARCH (O_EXEC|NGX_FILE_DIRECTORY) macro
97 #define NGX_FILE_SEARCH (O_PATH|O_RDONLY|NGX_FILE_DIRECTORY) macro
100 #define NGX_FILE_SEARCH (O_RDONLY|NGX_FILE_DIRECTORY) macro
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.c660 at_fd = ngx_open_file(p, NGX_FILE_SEARCH|NGX_FILE_NONBLOCK, in ngx_open_file_wrapper()
677 NGX_FILE_SEARCH|NGX_FILE_NONBLOCK, in ngx_open_file_wrapper()
708 NGX_FILE_SEARCH|NGX_FILE_NONBLOCK, in ngx_open_file_wrapper()
713 NGX_FILE_SEARCH|NGX_FILE_NONBLOCK|NGX_FILE_NOFOLLOW, in ngx_open_file_wrapper()