Searched refs:cache_zone (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 1457 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 D | ngx_http_uwsgi_module.c | 1678 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 D | ngx_http_fastcgi_module.c | 2983 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 D | ngx_http_proxy_module.c | 3135 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 D | ngx_http_upstream.h | 195 ngx_shm_zone_t *cache_zone; member
|
| H A D | ngx_http_upstream.c | 1000 if (u->conf->cache_zone) { in ngx_http_upstream_cache_get() 1001 *cache = u->conf->cache_zone->data; in ngx_http_upstream_cache_get()
|