Searched refs:maxage_cresp (Results 1 – 1 of 1) sorted by relevance
847 time_t age, maxage_req, maxage_cresp, maxage, smaxage, maxstale, minfresh; in ap_proxy_cache_check() local1078 maxage_cresp = atoi(val); in ap_proxy_cache_check()1080 maxage_cresp = -1; in ap_proxy_cache_check()1086 maxage = maxage_cresp; in ap_proxy_cache_check()1087 else if (-1 == maxage_cresp) in ap_proxy_cache_check()1090 maxage = MIN(maxage_req, maxage_cresp); in ap_proxy_cache_check()