Searched refs:Curl_meets_timecondition (Results 1 – 4 of 4) sorted by relevance
56 bool Curl_meets_timecondition(struct Curl_easy *data, time_t timeofdoc);
443 if(!Curl_meets_timecondition(data, data->info.filetime)) { in file_do()
382 bool Curl_meets_timecondition(struct Curl_easy *data, time_t timeofdoc) in Curl_meets_timecondition() function
3105 if(!Curl_meets_timecondition(data, k->timeofdoc)) { in Curl_http_firstwrite()