Home
last modified time | relevance | path

Searched refs:NGX_HTTP_SUBREQUEST_WAITED (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_auth_request_module.c190 NGX_HTTP_SUBREQUEST_WAITED) in ngx_http_auth_request_handler()
H A Dngx_http_ssi_filter_module.c2141 flags |= NGX_HTTP_SUBREQUEST_WAITED; in ngx_http_ssi_include()
2176 flags |= NGX_HTTP_SUBREQUEST_IN_MEMORY|NGX_HTTP_SUBREQUEST_WAITED; in ngx_http_ssi_include()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h65 #define NGX_HTTP_SUBREQUEST_WAITED 4 macro
H A Dngx_http_core_module.c2324 sr->waited = (flags & NGX_HTTP_SUBREQUEST_WAITED) != 0; in ngx_http_subrequest()