Home
last modified time | relevance | path

Searched refs:maxage_req (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/modules/proxy/
Dproxy_cache.c847 time_t age, maxage_req, maxage_cresp, maxage, smaxage, maxstale, minfresh; in ap_proxy_cache_check() local
1072 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()