Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c292 offsetof(ngx_http_scgi_loc_conf_t, upstream.cache_use_stale),
1480 ngx_conf_merge_bitmask_value(conf->upstream.cache_use_stale, in ngx_http_scgi_merge_loc_conf()
1481 prev->upstream.cache_use_stale, in ngx_http_scgi_merge_loc_conf()
1485 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_scgi_merge_loc_conf()
1486 conf->upstream.cache_use_stale = NGX_CONF_BITMASK_SET in ngx_http_scgi_merge_loc_conf()
1490 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_ERROR) { in ngx_http_scgi_merge_loc_conf()
1491 conf->upstream.cache_use_stale |= NGX_HTTP_UPSTREAM_FT_NOLIVE; in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c353 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.cache_use_stale),
1701 ngx_conf_merge_bitmask_value(conf->upstream.cache_use_stale, in ngx_http_uwsgi_merge_loc_conf()
1702 prev->upstream.cache_use_stale, in ngx_http_uwsgi_merge_loc_conf()
1706 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_uwsgi_merge_loc_conf()
1707 conf->upstream.cache_use_stale = NGX_CONF_BITMASK_SET in ngx_http_uwsgi_merge_loc_conf()
1711 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_ERROR) { in ngx_http_uwsgi_merge_loc_conf()
1712 conf->upstream.cache_use_stale |= NGX_HTTP_UPSTREAM_FT_NOLIVE; in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c442 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_use_stale),
3006 ngx_conf_merge_bitmask_value(conf->upstream.cache_use_stale, in ngx_http_fastcgi_merge_loc_conf()
3007 prev->upstream.cache_use_stale, in ngx_http_fastcgi_merge_loc_conf()
3011 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_fastcgi_merge_loc_conf()
3012 conf->upstream.cache_use_stale = NGX_CONF_BITMASK_SET in ngx_http_fastcgi_merge_loc_conf()
3016 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_ERROR) { in ngx_http_fastcgi_merge_loc_conf()
3017 conf->upstream.cache_use_stale |= NGX_HTTP_UPSTREAM_FT_NOLIVE; in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c519 offsetof(ngx_http_proxy_loc_conf_t, upstream.cache_use_stale),
3158 ngx_conf_merge_bitmask_value(conf->upstream.cache_use_stale, in ngx_http_proxy_merge_loc_conf()
3159 prev->upstream.cache_use_stale, in ngx_http_proxy_merge_loc_conf()
3163 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_proxy_merge_loc_conf()
3164 conf->upstream.cache_use_stale = NGX_CONF_BITMASK_SET in ngx_http_proxy_merge_loc_conf()
3168 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_ERROR) { in ngx_http_proxy_merge_loc_conf()
3169 conf->upstream.cache_use_stale |= NGX_HTTP_UPSTREAM_FT_NOLIVE; in ngx_http_proxy_merge_loc_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h199 ngx_uint_t cache_use_stale; member
H A Dngx_http_upstream.c901 if (((u->conf->cache_use_stale & NGX_HTTP_UPSTREAM_FT_UPDATING) in ngx_http_upstream_cache()
914 if (((u->conf->cache_use_stale & NGX_HTTP_UPSTREAM_FT_UPDATING) in ngx_http_upstream_cache()
2481 && ((u->conf->cache_use_stale & un->mask) || r->cache->stale_error)) in ngx_http_upstream_test_next()
4230 && ((u->conf->cache_use_stale & ft_type) || r->cache->stale_error)) in ngx_http_upstream_next()