Searched refs:cache_valid (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_cache.h | 196 time_t ngx_http_file_cache_valid(ngx_array_t *cache_valid, ngx_uint_t status);
|
| H A D | ngx_http_upstream.h | 212 ngx_array_t *cache_valid; member
|
| H A D | ngx_http_file_cache.c | 2277 ngx_http_file_cache_valid(ngx_array_t *cache_valid, ngx_uint_t status) in ngx_http_file_cache_valid() argument 2282 if (cache_valid == NULL) { in ngx_http_file_cache_valid() 2286 valid = cache_valid->elts; in ngx_http_file_cache_valid() 2287 for (i = 0; i < cache_valid->nelts; i++) { in ngx_http_file_cache_valid()
|
| H A D | ngx_http_upstream.c | 2553 valid = ngx_http_file_cache_valid(u->conf->cache_valid, in ngx_http_upstream_test_next() 2638 valid = ngx_http_file_cache_valid(u->conf->cache_valid, in ngx_http_upstream_intercept_errors() 3066 valid = ngx_http_file_cache_valid(u->conf->cache_valid, in ngx_http_upstream_send_response() 4403 valid = ngx_http_file_cache_valid(u->conf->cache_valid, rc); in ngx_http_upstream_finalize_request()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 271 offsetof(ngx_http_scgi_loc_conf_t, upstream.cache_valid), 1234 conf->upstream.cache_valid = NGX_CONF_UNSET_PTR; in ngx_http_scgi_create_loc_conf() 1506 ngx_conf_merge_ptr_value(conf->upstream.cache_valid, in ngx_http_scgi_merge_loc_conf() 1507 prev->upstream.cache_valid, NULL); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 332 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.cache_valid), 1447 conf->upstream.cache_valid = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf() 1727 ngx_conf_merge_ptr_value(conf->upstream.cache_valid, in ngx_http_uwsgi_merge_loc_conf() 1728 prev->upstream.cache_valid, NULL); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 421 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_valid), 2755 conf->upstream.cache_valid = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf() 3032 ngx_conf_merge_ptr_value(conf->upstream.cache_valid, in ngx_http_fastcgi_merge_loc_conf() 3033 prev->upstream.cache_valid, NULL); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 498 offsetof(ngx_http_proxy_loc_conf_t, upstream.cache_valid), 2887 conf->upstream.cache_valid = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf() 3184 ngx_conf_merge_ptr_value(conf->upstream.cache_valid, in ngx_http_proxy_merge_loc_conf() 3185 prev->upstream.cache_valid, NULL); in ngx_http_proxy_merge_loc_conf()
|