Home
last modified time | relevance | path

Searched refs:cache_value (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1458 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_scgi_merge_loc_conf()
1971 scf->upstream.cache_value = ngx_palloc(cf->pool, in ngx_http_scgi_cache()
1973 if (scf->upstream.cache_value == NULL) { in ngx_http_scgi_cache()
1977 *scf->upstream.cache_value = cv; in ngx_http_scgi_cache()
H A Dngx_http_uwsgi_module.c1679 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_uwsgi_merge_loc_conf()
2266 uwcf->upstream.cache_value = ngx_palloc(cf->pool, in ngx_http_uwsgi_cache()
2268 if (uwcf->upstream.cache_value == NULL) { in ngx_http_uwsgi_cache()
2272 *uwcf->upstream.cache_value = cv; in ngx_http_uwsgi_cache()
H A Dngx_http_fastcgi_module.c2984 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_fastcgi_merge_loc_conf()
3696 flcf->upstream.cache_value = ngx_palloc(cf->pool, in ngx_http_fastcgi_cache()
3698 if (flcf->upstream.cache_value == NULL) { in ngx_http_fastcgi_cache()
3702 *flcf->upstream.cache_value = cv; in ngx_http_fastcgi_cache()
H A Dngx_http_proxy_module.c3136 conf->upstream.cache_value = prev->upstream.cache_value; in ngx_http_proxy_merge_loc_conf()
4174 plcf->upstream.cache_value = ngx_palloc(cf->pool, in ngx_http_proxy_cache()
4176 if (plcf->upstream.cache_value == NULL) { in ngx_http_proxy_cache()
4180 *plcf->upstream.cache_value = cv; in ngx_http_proxy_cache()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h196 ngx_http_complex_value_t *cache_value; member
H A Dngx_http_upstream.c1005 if (ngx_http_complex_value(r, u->conf->cache_value, &val) != NGX_OK) { in ngx_http_upstream_cache_get()