Searched refs:cache_lock (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 204 ngx_flag_t cache_lock; member
|
| H A D | ngx_http_upstream.c | 885 c->lock = u->conf->cache_lock; in ngx_http_upstream_cache()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 306 offsetof(ngx_http_scgi_loc_conf_t, upstream.cache_lock), 1235 conf->upstream.cache_lock = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf() 1518 ngx_conf_merge_value(conf->upstream.cache_lock, in ngx_http_scgi_merge_loc_conf() 1519 prev->upstream.cache_lock, 0); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 367 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.cache_lock), 1448 conf->upstream.cache_lock = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf() 1739 ngx_conf_merge_value(conf->upstream.cache_lock, in ngx_http_uwsgi_merge_loc_conf() 1740 prev->upstream.cache_lock, 0); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 456 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_lock), 2756 conf->upstream.cache_lock = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf() 3044 ngx_conf_merge_value(conf->upstream.cache_lock, in ngx_http_fastcgi_merge_loc_conf() 3045 prev->upstream.cache_lock, 0); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 533 offsetof(ngx_http_proxy_loc_conf_t, upstream.cache_lock), 2888 conf->upstream.cache_lock = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf() 3191 ngx_conf_merge_value(conf->upstream.cache_lock, in ngx_http_proxy_merge_loc_conf() 3192 prev->upstream.cache_lock, 0); in ngx_http_proxy_merge_loc_conf()
|