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

/httpd/modules/cache/
H A Dcache_util.c518 apr_int64_t age, maxage_req, maxage_cresp, maxage, smaxage, maxstale; local
604 smaxage = h->cache_obj->info.control.s_maxage_value;
616 if (smaxage != -1) {
617 maxage_cresp = smaxage;
667 || h->cache_obj->info.control.proxy_revalidate || smaxage != -1)) {
673 ((smaxage == -1) && (maxage == -1) &&
701 if ((maxage_cresp == -1) && (smaxage == -1) && (apr_table_get(

Completed in 1509 milliseconds