Home
last modified time | relevance | path

Searched refs:subrequest_in_memory (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_postpone_filter_module.c65 if (r->subrequest_in_memory) { in ngx_http_postpone_filter()
H A Dngx_http_request.h489 unsigned subrequest_in_memory:1; member
H A Dngx_http_core_module.c2256 if (r->subrequest_in_memory) { in ngx_http_subrequest()
2323 sr->subrequest_in_memory = (flags & NGX_HTTP_SUBREQUEST_IN_MEMORY) != 0; in ngx_http_subrequest()
2344 if (sr->subrequest_in_memory) { in ngx_http_subrequest()