Home
last modified time | relevance | path

Searched refs:NGX_ENAMETOOLONG (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_errno.h46 #define NGX_ENAMETOOLONG ENAMETOOLONG macro
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_flv_module.c127 case NGX_ENAMETOOLONG: in ngx_http_flv_handler()
H A Dngx_http_static_module.c112 case NGX_ENAMETOOLONG: in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c166 case NGX_ENAMETOOLONG: in ngx_http_gzip_static_handler()
H A Dngx_http_random_index_module.c124 || err == NGX_ENAMETOOLONG) in ngx_http_random_index_handler()
H A Dngx_http_try_files_module.c239 && of.err != NGX_ENAMETOOLONG) in ngx_http_try_files_handler()
H A Dngx_http_index_module.c236 || of.err == NGX_ENAMETOOLONG in ngx_http_index_handler()
H A Dngx_http_autoindex_module.c222 || err == NGX_ENAMETOOLONG) in ngx_http_autoindex_handler()
H A Dngx_http_dav_module.c1044 if (err == NGX_ENOENT || err == NGX_ENOTDIR || err == NGX_ENAMETOOLONG) { in ngx_http_dav_error()
H A Dngx_http_mp4_module.c492 case NGX_ENAMETOOLONG: in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c1555 && of.err != NGX_ENAMETOOLONG) in ngx_http_script_file_code()