Home
last modified time | relevance | path

Searched refs:NGX_HTTP_CACHE_EXPIRED (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h19 #define NGX_HTTP_CACHE_EXPIRED 3 macro
H A Dngx_http_upstream.c943 u->cache_status = NGX_HTTP_CACHE_EXPIRED; in ngx_http_upstream_cache()
2480 if (u->cache_status == NGX_HTTP_CACHE_EXPIRED in ngx_http_upstream_test_next()
2513 && u->cache_status == NGX_HTTP_CACHE_EXPIRED in ngx_http_upstream_test_next()
4229 if (u->cache_status == NGX_HTTP_CACHE_EXPIRED in ngx_http_upstream_next()
5648 || r->upstream->cache_status != NGX_HTTP_CACHE_EXPIRED in ngx_http_upstream_cache_last_modified()
5676 || r->upstream->cache_status != NGX_HTTP_CACHE_EXPIRED in ngx_http_upstream_cache_etag()