Home
last modified time | relevance | path

Searched refs:ngx_http_subrequest (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_addition_filter_module.c158 if (ngx_http_subrequest(r, &conf->before_body, NULL, &sr, NULL, 0) in ngx_http_addition_body_filter()
188 if (ngx_http_subrequest(r, &conf->after_body, NULL, &sr, NULL, 0) in ngx_http_addition_body_filter()
H A Dngx_http_mirror_module.c162 if (ngx_http_subrequest(r, &name[i], &r->args, &sr, NULL, in ngx_http_mirror_handler_internal()
H A Dngx_http_auth_request_module.c189 if (ngx_http_subrequest(r, &arcf->uri, NULL, &sr, ps, in ngx_http_auth_request_handler()
H A Dngx_http_slice_filter_module.c261 if (ngx_http_subrequest(r, &r->uri, &r->args, &ctx->sr, NULL, in ngx_http_slice_body_filter()
H A Dngx_http_ssi_filter_module.c2179 if (ngx_http_subrequest(r, uri, &args, &sr, psr, flags) != NGX_OK) { in ngx_http_ssi_include()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h504 ngx_int_t ngx_http_subrequest(ngx_http_request_t *r,
H A Dngx_http_core_module.c2230 ngx_http_subrequest(ngx_http_request_t *r, in ngx_http_subrequest() function
H A Dngx_http_upstream.c1117 if (ngx_http_subrequest(r, &r->uri, &r->args, &sr, NULL, in ngx_http_upstream_cache_background_update()