Home
last modified time | relevance | path

Searched refs:root_tested (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_flv_module.c168 r->root_tested = !r->error_page; in ngx_http_flv_handler()
H A Dngx_http_static_module.c143 r->root_tested = !r->error_page; in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c217 r->root_tested = !r->error_page; in ngx_http_gzip_static_handler()
H A Dngx_http_log_module.c484 if (!r->root_tested) { in ngx_http_log_script_write()
H A Dngx_http_mp4_module.c533 r->root_tested = !r->error_page; in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h538 unsigned root_tested:1; member