Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h64 #define NGX_HTTP_SUBREQUEST_IN_MEMORY 2 macro
H A Dngx_http_core_module.c2323 sr->subrequest_in_memory = (flags & NGX_HTTP_SUBREQUEST_IN_MEMORY) != 0; in ngx_http_subrequest()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c2176 flags |= NGX_HTTP_SUBREQUEST_IN_MEMORY|NGX_HTTP_SUBREQUEST_WAITED; in ngx_http_ssi_include()