Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpclient.cc104 || !HttpDateToSeconds(s_temp, &date)) in HttpGetCacheState()
134 && HttpDateToSeconds(s_temp, &u_temp)) { in HttpGetCacheState()
137 && HttpDateToSeconds(s_temp, &u_temp)) { in HttpGetCacheState()
169 if (HttpDateToSeconds(value, &last_modified) in HttpResponseValidatorLevel()
171 && HttpDateToSeconds(value, &date) in HttpResponseValidatorLevel()
Dhttpcommon.h174 bool HttpDateToSeconds(const std::string& date, time_t* seconds);
Dhttpcommon.cc332 bool HttpDateToSeconds(const std::string& date, time_t* seconds) { in HttpDateToSeconds() function