Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpclient.cc91 time_t u_temp; in HttpGetCacheState() local
120 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()