Searched refs:cache_min_uses (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 198 ngx_uint_t cache_min_uses; member
|
| H A D | ngx_http_upstream.c | 869 c->min_uses = u->conf->cache_min_uses; in ngx_http_upstream_cache()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 278 offsetof(ngx_http_scgi_loc_conf_t, upstream.cache_min_uses), 1230 conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT; in ngx_http_scgi_create_loc_conf() 1473 ngx_conf_merge_uint_value(conf->upstream.cache_min_uses, in ngx_http_scgi_merge_loc_conf() 1474 prev->upstream.cache_min_uses, 1); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 339 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.cache_min_uses), 1443 conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT; in ngx_http_uwsgi_create_loc_conf() 1694 ngx_conf_merge_uint_value(conf->upstream.cache_min_uses, in ngx_http_uwsgi_merge_loc_conf() 1695 prev->upstream.cache_min_uses, 1); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 428 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_min_uses), 2751 conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT; in ngx_http_fastcgi_create_loc_conf() 2999 ngx_conf_merge_uint_value(conf->upstream.cache_min_uses, in ngx_http_fastcgi_merge_loc_conf() 3000 prev->upstream.cache_min_uses, 1); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 505 offsetof(ngx_http_proxy_loc_conf_t, upstream.cache_min_uses), 2883 conf->upstream.cache_min_uses = NGX_CONF_UNSET_UINT; in ngx_http_proxy_create_loc_conf() 3151 ngx_conf_merge_uint_value(conf->upstream.cache_min_uses, in ngx_http_proxy_merge_loc_conf() 3152 prev->upstream.cache_min_uses, 1); in ngx_http_proxy_merge_loc_conf()
|