Searched refs:HttpDateToSeconds (Results 1 – 3 of 3) sorted by relevance
104 || !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()
174 bool HttpDateToSeconds(const std::string& date, time_t* seconds);
332 bool HttpDateToSeconds(const std::string& date, time_t* seconds) { in HttpDateToSeconds() function