Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1457 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_scgi_merge_loc_conf()
1461 if (conf->upstream.cache_zone && conf->upstream.cache_zone->data == NULL) { in ngx_http_scgi_merge_loc_conf()
1464 shm_zone = conf->upstream.cache_zone; in ngx_http_scgi_merge_loc_conf()
1982 scf->upstream.cache_zone = ngx_shared_memory_add(cf, &value[1], 0, in ngx_http_scgi_cache()
1984 if (scf->upstream.cache_zone == NULL) { in ngx_http_scgi_cache()
H A Dngx_http_uwsgi_module.c1678 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_uwsgi_merge_loc_conf()
1682 if (conf->upstream.cache_zone && conf->upstream.cache_zone->data == NULL) { in ngx_http_uwsgi_merge_loc_conf()
1685 shm_zone = conf->upstream.cache_zone; in ngx_http_uwsgi_merge_loc_conf()
2277 uwcf->upstream.cache_zone = ngx_shared_memory_add(cf, &value[1], 0, in ngx_http_uwsgi_cache()
2279 if (uwcf->upstream.cache_zone == NULL) { in ngx_http_uwsgi_cache()
H A Dngx_http_fastcgi_module.c2983 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_fastcgi_merge_loc_conf()
2987 if (conf->upstream.cache_zone && conf->upstream.cache_zone->data == NULL) { in ngx_http_fastcgi_merge_loc_conf()
2990 shm_zone = conf->upstream.cache_zone; in ngx_http_fastcgi_merge_loc_conf()
3707 flcf->upstream.cache_zone = ngx_shared_memory_add(cf, &value[1], 0, in ngx_http_fastcgi_cache()
3709 if (flcf->upstream.cache_zone == NULL) { in ngx_http_fastcgi_cache()
H A Dngx_http_proxy_module.c3135 conf->upstream.cache_zone = prev->upstream.cache_zone; in ngx_http_proxy_merge_loc_conf()
3139 if (conf->upstream.cache_zone && conf->upstream.cache_zone->data == NULL) { in ngx_http_proxy_merge_loc_conf()
3142 shm_zone = conf->upstream.cache_zone; in ngx_http_proxy_merge_loc_conf()
4185 plcf->upstream.cache_zone = ngx_shared_memory_add(cf, &value[1], 0, in ngx_http_proxy_cache()
4187 if (plcf->upstream.cache_zone == NULL) { in ngx_http_proxy_cache()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h195 ngx_shm_zone_t *cache_zone; member
H A Dngx_http_upstream.c1000 if (u->conf->cache_zone) { in ngx_http_upstream_cache_get()
1001 *cache = u->conf->cache_zone->data; in ngx_http_upstream_cache_get()