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 D | ngx_http_addition_filter_module.c | 158 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 D | ngx_http_mirror_module.c | 162 if (ngx_http_subrequest(r, &name[i], &r->args, &sr, NULL, in ngx_http_mirror_handler_internal()
|
| H A D | ngx_http_auth_request_module.c | 189 if (ngx_http_subrequest(r, &arcf->uri, NULL, &sr, ps, in ngx_http_auth_request_handler()
|
| H A D | ngx_http_slice_filter_module.c | 261 if (ngx_http_subrequest(r, &r->uri, &r->args, &ctx->sr, NULL, in ngx_http_slice_body_filter()
|
| H A D | ngx_http_ssi_filter_module.c | 2179 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 D | ngx_http_core_module.h | 504 ngx_int_t ngx_http_subrequest(ngx_http_request_t *r,
|
| H A D | ngx_http_core_module.c | 2230 ngx_http_subrequest(ngx_http_request_t *r, in ngx_http_subrequest() function
|
| H A D | ngx_http_upstream.c | 1117 if (ngx_http_subrequest(r, &r->uri, &r->args, &sr, NULL, in ngx_http_upstream_cache_background_update()
|