Home
last modified time | relevance | path

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

/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()
815 fd = ngx_open_file_wrapper(name, of, NGX_FILE_RDONLY|NGX_FILE_NONBLOCK, in ngx_file_info_wrapper()
876 fd = ngx_open_file_wrapper(name, of, NGX_FILE_RDONLY|NGX_FILE_NONBLOCK, in ngx_open_and_stat_file()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h79 #define NGX_FILE_NONBLOCK O_NONBLOCK macro