Searched refs:s_maxage_value (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/cache/
H A Dcache_common.h52 apr_int64_t s_maxage_value; /* if positive, then set */ member in struct:cache_control
H A Dcache_util.c604 smaxage = h->cache_obj->info.control.s_maxage_value;
991 cc->s_maxage_value = -1;
1119 cc->s_maxage_value = apr_atoi64(token + 9);
H A Dmod_cache.c1050 || control.proxy_revalidate) && (!control.s_maxage_value
/httpd/modules/test/
H A Dmod_policy.c654 apr_int64_t s_maxage_value = 0; local
685 s_maxage_value = apr_atoi64(token + 9);
692 s_maxage_value = apr_atoi64(token + 9);
705 if (s_maxage_value < conf->maxage) {
713 s_maxage_value, conf->maxage), conf->maxage_url,

Completed in 30 milliseconds