cache_valid       351 http/modules/ngx_http_fastcgi_module.c       offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_valid),
cache_valid      1993 http/modules/ngx_http_fastcgi_module.c     conf->upstream.cache_valid = NGX_CONF_UNSET_PTR;
cache_valid      2228 http/modules/ngx_http_fastcgi_module.c     ngx_conf_merge_ptr_value(conf->upstream.cache_valid,
cache_valid      2229 http/modules/ngx_http_fastcgi_module.c                              prev->upstream.cache_valid, NULL);
cache_valid       360 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, upstream.cache_valid),
cache_valid      1690 http/modules/ngx_http_proxy_module.c     conf->upstream.cache_valid = NGX_CONF_UNSET_PTR;
cache_valid      1927 http/modules/ngx_http_proxy_module.c     ngx_conf_merge_ptr_value(conf->upstream.cache_valid,
cache_valid      1928 http/modules/ngx_http_proxy_module.c                              prev->upstream.cache_valid, NULL);
cache_valid       217 http/modules/ngx_http_scgi_module.c       offsetof(ngx_http_scgi_loc_conf_t, upstream.cache_valid),
cache_valid      1022 http/modules/ngx_http_scgi_module.c     conf->upstream.cache_valid = NGX_CONF_UNSET_PTR;
cache_valid      1247 http/modules/ngx_http_scgi_module.c     ngx_conf_merge_ptr_value(conf->upstream.cache_valid,
cache_valid      1248 http/modules/ngx_http_scgi_module.c                              prev->upstream.cache_valid, NULL);
cache_valid       244 http/modules/ngx_http_uwsgi_module.c       offsetof(ngx_http_uwsgi_loc_conf_t, upstream.cache_valid),
cache_valid      1075 http/modules/ngx_http_uwsgi_module.c     conf->upstream.cache_valid = NGX_CONF_UNSET_PTR;
cache_valid      1300 http/modules/ngx_http_uwsgi_module.c     ngx_conf_merge_ptr_value(conf->upstream.cache_valid,
cache_valid      1301 http/modules/ngx_http_uwsgi_module.c                              prev->upstream.cache_valid, NULL);
cache_valid       135 http/ngx_http_cache.h time_t ngx_http_file_cache_valid(ngx_array_t *cache_valid, ngx_uint_t status);
cache_valid      1484 http/ngx_http_file_cache.c ngx_http_file_cache_valid(ngx_array_t *cache_valid, ngx_uint_t status)
cache_valid      1489 http/ngx_http_file_cache.c     if (cache_valid == NULL) {
cache_valid      1493 http/ngx_http_file_cache.c     valid = cache_valid->elts;
cache_valid      1494 http/ngx_http_file_cache.c     for (i = 0; i < cache_valid->nelts; i++) {
cache_valid      1736 http/ngx_http_upstream.c                 valid = ngx_http_file_cache_valid(u->conf->cache_valid, status);
cache_valid      2173 http/ngx_http_upstream.c             valid = ngx_http_file_cache_valid(u->conf->cache_valid,
cache_valid      3002 http/ngx_http_upstream.c             valid = ngx_http_file_cache_valid(u->conf->cache_valid, rc);
cache_valid       165 http/ngx_http_upstream.h     ngx_array_t                     *cache_valid;