Searched refs:cache_lock_age (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 206 ngx_msec_t cache_lock_age; member
|
| H A D | ngx_http_upstream.c | 887 c->lock_age = u->conf->cache_lock_age; in ngx_http_upstream_cache()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 320 offsetof(ngx_http_scgi_loc_conf_t, upstream.cache_lock_age), 1237 conf->upstream.cache_lock_age = NGX_CONF_UNSET_MSEC; in ngx_http_scgi_create_loc_conf() 1524 ngx_conf_merge_msec_value(conf->upstream.cache_lock_age, in ngx_http_scgi_merge_loc_conf() 1525 prev->upstream.cache_lock_age, 5000); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 381 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.cache_lock_age), 1450 conf->upstream.cache_lock_age = NGX_CONF_UNSET_MSEC; in ngx_http_uwsgi_create_loc_conf() 1745 ngx_conf_merge_msec_value(conf->upstream.cache_lock_age, in ngx_http_uwsgi_merge_loc_conf() 1746 prev->upstream.cache_lock_age, 5000); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 470 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_lock_age), 2758 conf->upstream.cache_lock_age = NGX_CONF_UNSET_MSEC; in ngx_http_fastcgi_create_loc_conf() 3050 ngx_conf_merge_msec_value(conf->upstream.cache_lock_age, in ngx_http_fastcgi_merge_loc_conf() 3051 prev->upstream.cache_lock_age, 5000); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 547 offsetof(ngx_http_proxy_loc_conf_t, upstream.cache_lock_age), 2890 conf->upstream.cache_lock_age = NGX_CONF_UNSET_MSEC; in ngx_http_proxy_create_loc_conf() 3197 ngx_conf_merge_msec_value(conf->upstream.cache_lock_age, in ngx_http_proxy_merge_loc_conf() 3198 prev->upstream.cache_lock_age, 5000); in ngx_http_proxy_merge_loc_conf()
|