Home
last modified time | relevance | path

Searched refs:NGX_ELOOP (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_errno.h55 #define NGX_ELOOP ELOOP macro
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_index_module.c229 || of.err == NGX_ELOOP) in ngx_http_index_handler()
323 || of.err == NGX_ELOOP) in ngx_http_index_test_dir()
H A Dngx_http_flv_module.c136 case NGX_ELOOP: in ngx_http_flv_handler()
H A Dngx_http_static_module.c121 case NGX_ELOOP: in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c173 case NGX_ELOOP: in ngx_http_gzip_static_handler()
H A Dngx_http_autoindex_module.c343 if (err != NGX_ENOENT && err != NGX_ELOOP) { in ngx_http_autoindex_handler()
H A Dngx_http_mp4_module.c501 case NGX_ELOOP: in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.c537 err = NGX_ELOOP; in ngx_openat_file_owner()