Home
last modified time | relevance | path

Searched refs:NGX_ENOENT (Results 1 – 18 of 18) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_darwin_init.c104 if (err != NGX_ENOENT) { in ngx_os_specific_init()
124 if (err != NGX_ENOENT) { in ngx_os_specific_init()
149 if (err == NGX_ENOENT) { in ngx_os_specific_init()
H A Dngx_errno.h19 #define NGX_ENOENT ENOENT macro
H A Dngx_freebsd_init.c200 if (err == NGX_ENOENT) { in ngx_os_specific_init()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_index_module.c252 if (of.err == NGX_ENOENT) { in ngx_http_index_handler()
329 if (of.err == NGX_ENOENT) { in ngx_http_index_test_dir()
331 return ngx_http_index_error(r, clcf, dir.data, NGX_ENOENT); in ngx_http_index_test_dir()
H A Dngx_http_random_index_module.c122 if (err == NGX_ENOENT in ngx_http_random_index_handler()
197 if (err != NGX_ENOENT) { in ngx_http_random_index_handler()
H A Dngx_http_flv_module.c125 case NGX_ENOENT: in ngx_http_flv_handler()
H A Dngx_http_static_module.c110 case NGX_ENOENT: in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c164 case NGX_ENOENT: in ngx_http_gzip_static_handler()
H A Dngx_http_auth_basic_module.c146 if (err == NGX_ENOENT) { in ngx_http_auth_basic_handler()
H A Dngx_http_try_files_module.c237 if (of.err != NGX_ENOENT in ngx_http_try_files_handler()
H A Dngx_http_autoindex_module.c220 if (err == NGX_ENOENT in ngx_http_autoindex_handler()
343 if (err != NGX_ENOENT && err != NGX_ELOOP) { in ngx_http_autoindex_handler()
H A Dngx_http_dav_module.c725 if (err != NGX_ENOENT) { in ngx_http_dav_copy_move_handler()
1044 if (err == NGX_ENOENT || err == NGX_ENOTDIR || err == NGX_ENAMETOOLONG) { in ngx_http_dav_error()
H A Dngx_http_geo_module.c1429 if (err != NGX_ENOENT) { in ngx_http_geo_include_binary_base()
H A Dngx_http_mp4_module.c490 case NGX_ENOENT: in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_palloc.c391 if (err != NGX_ENOENT) { in ngx_pool_delete_file()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_file_cache.c365 case NGX_ENOENT: in ngx_http_file_cache_open()
1456 if (err == NGX_ENOENT) { in ngx_http_file_cache_update_header()
H A Dngx_http_script.c1553 if (of.err != NGX_ENOENT in ngx_http_script_file_code()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_geo_module.c1355 if (err != NGX_ENOENT) { in ngx_stream_geo_include_binary_base()