Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h205 ngx_msec_t cache_lock_timeout; member
H A Dngx_http_upstream.c886 c->lock_timeout = u->conf->cache_lock_timeout; in ngx_http_upstream_cache()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c313 offsetof(ngx_http_scgi_loc_conf_t, upstream.cache_lock_timeout),
1236 conf->upstream.cache_lock_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_scgi_create_loc_conf()
1521 ngx_conf_merge_msec_value(conf->upstream.cache_lock_timeout, in ngx_http_scgi_merge_loc_conf()
1522 prev->upstream.cache_lock_timeout, 5000); in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c374 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.cache_lock_timeout),
1449 conf->upstream.cache_lock_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_uwsgi_create_loc_conf()
1742 ngx_conf_merge_msec_value(conf->upstream.cache_lock_timeout, in ngx_http_uwsgi_merge_loc_conf()
1743 prev->upstream.cache_lock_timeout, 5000); in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c463 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_lock_timeout),
2757 conf->upstream.cache_lock_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_fastcgi_create_loc_conf()
3047 ngx_conf_merge_msec_value(conf->upstream.cache_lock_timeout, in ngx_http_fastcgi_merge_loc_conf()
3048 prev->upstream.cache_lock_timeout, 5000); in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c540 offsetof(ngx_http_proxy_loc_conf_t, upstream.cache_lock_timeout),
2889 conf->upstream.cache_lock_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_proxy_create_loc_conf()
3194 ngx_conf_merge_msec_value(conf->upstream.cache_lock_timeout, in ngx_http_proxy_merge_loc_conf()
3195 prev->upstream.cache_lock_timeout, 5000); in ngx_http_proxy_merge_loc_conf()