Searched refs:u_temp (Results 1 – 1 of 1) sorted by relevance
91 time_t u_temp; in HttpGetCacheState() local120 u_temp = static_cast<time_t>(i_temp); in HttpGetCacheState()121 corrected_received_age = std::max(apparent_age, u_temp); in HttpGetCacheState()134 && HttpDateToSeconds(s_temp, &u_temp)) { in HttpGetCacheState()135 lifetime = u_temp - date; in HttpGetCacheState()137 && HttpDateToSeconds(s_temp, &u_temp)) { in HttpGetCacheState()139 lifetime = static_cast<size_t>(now - u_temp) / 10; in HttpGetCacheState()