psr              1837 http/modules/ngx_http_ssi_filter_module.c     ngx_http_post_subrequest_t  *psr;
psr              1920 http/modules/ngx_http_ssi_filter_module.c     psr = NULL;
psr              1942 http/modules/ngx_http_ssi_filter_module.c         psr = ngx_palloc(r->pool, sizeof(ngx_http_post_subrequest_t));
psr              1943 http/modules/ngx_http_ssi_filter_module.c         if (psr == NULL) {
psr              1947 http/modules/ngx_http_ssi_filter_module.c         psr->handler = ngx_http_ssi_stub_output;
psr              1984 http/modules/ngx_http_ssi_filter_module.c             psr->data = out;
psr              1987 http/modules/ngx_http_ssi_filter_module.c             psr->data = bl[i].bufs;
psr              1998 http/modules/ngx_http_ssi_filter_module.c         psr = ngx_palloc(r->pool, sizeof(ngx_http_post_subrequest_t));
psr              1999 http/modules/ngx_http_ssi_filter_module.c         if (psr == NULL) {
psr              2003 http/modules/ngx_http_ssi_filter_module.c         psr->handler = ngx_http_ssi_set_variable;
psr              2004 http/modules/ngx_http_ssi_filter_module.c         psr->data = ngx_http_ssi_get_variable(r, set, key);
psr              2006 http/modules/ngx_http_ssi_filter_module.c         if (psr->data == NULL) {
psr              2024 http/modules/ngx_http_ssi_filter_module.c             psr->data = &var->value;
psr              2030 http/modules/ngx_http_ssi_filter_module.c     if (ngx_http_subrequest(r, uri, &args, &sr, psr, flags) != NGX_OK) {
psr              2167 http/ngx_http_core_module.c     ngx_str_t *uri, ngx_str_t *args, ngx_http_request_t **psr,
psr              2290 http/ngx_http_core_module.c     *psr = sr;
psr               476 http/ngx_http_core_module.h     ngx_http_post_subrequest_t *psr, ngx_uint_t flags);