subrequest_in_memory  551 http/modules/ngx_http_fastcgi_module.c     if (r->subrequest_in_memory) {
subrequest_in_memory  373 http/modules/ngx_http_scgi_module.c     if (r->subrequest_in_memory) {
subrequest_in_memory  406 http/modules/ngx_http_uwsgi_module.c     if (r->subrequest_in_memory) {
subrequest_in_memory 2235 http/ngx_http_core_module.c     sr->subrequest_in_memory = (flags & NGX_HTTP_SUBREQUEST_IN_MEMORY) != 0;
subrequest_in_memory  462 http/ngx_http_request.h     unsigned                          subrequest_in_memory:1;
subrequest_in_memory 1579 http/ngx_http_upstream.c         if (r->subrequest_in_memory) {
subrequest_in_memory 1596 http/ngx_http_upstream.c     if (!r->subrequest_in_memory) {