Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c33 ngx_http_scgi_params_t params_cache; member
665 params = r->upstream->cacheable ? &scf->params_cache : &scf->params; in ngx_http_scgi_create_request()
1573 conf->params_cache = prev->params_cache; in ngx_http_scgi_merge_loc_conf()
1586 rc = ngx_http_scgi_init_params(cf, conf, &conf->params_cache, in ngx_http_scgi_merge_loc_conf()
1605 prev->params_cache = conf->params_cache; in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c34 ngx_http_uwsgi_params_t params_cache; member
853 params = r->upstream->cacheable ? &uwcf->params_cache : &uwcf->params; in ngx_http_uwsgi_create_request()
1842 conf->params_cache = prev->params_cache; in ngx_http_uwsgi_merge_loc_conf()
1855 rc = ngx_http_uwsgi_init_params(cf, conf, &conf->params_cache, in ngx_http_uwsgi_merge_loc_conf()
1874 prev->params_cache = conf->params_cache; in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c34 ngx_http_fastcgi_params_t params_cache; member
860 params = u->cacheable ? &flcf->params_cache : &flcf->params; in ngx_http_fastcgi_create_request()
3113 conf->params_cache = prev->params_cache; in ngx_http_fastcgi_merge_loc_conf()
3126 rc = ngx_http_fastcgi_init_params(cf, conf, &conf->params_cache, in ngx_http_fastcgi_merge_loc_conf()
3145 prev->params_cache = conf->params_cache; in ngx_http_fastcgi_merge_loc_conf()