Searched refs:current_age (Results 1 – 3 of 3) sorted by relevance
127 time_t current_age = corrected_initial_age + resident_time; in HttpGetCacheState() local144 return (lifetime > current_age) ? HCS_FRESH : HCS_STALE; in HttpGetCacheState()
295 current_age = max(0, now - date)319 current_age += min_fresh320 if freshness_lifetime > current_age:
366 current_age = max(0, now - date)390 current_age += min_fresh391 if freshness_lifetime > current_age: