Searched refs:maxage_req (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() local1072 maxage_req = atoi(val); in ap_proxy_cache_check()1074 maxage_req = -1; in ap_proxy_cache_check()1085 if (-1 == maxage_req) in ap_proxy_cache_check()1088 maxage = maxage_req; in ap_proxy_cache_check()1090 maxage = MIN(maxage_req, maxage_cresp); in ap_proxy_cache_check()