Searched refs:cache_value (Results 1 – 6 of 6) sorted by relevance
1458 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()
1679 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()
2984 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()
3136 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()
196 ngx_http_complex_value_t *cache_value; member
1005 if (ngx_http_complex_value(r, u->conf->cache_value, &val) != NGX_OK) { in ngx_http_upstream_cache_get()