Searched refs:Curl_meets_timecondition (Results 1 – 3 of 3) sorted by relevance
52 bool Curl_meets_timecondition(struct Curl_easy *data, time_t timeofdoc);
466 if(!Curl_meets_timecondition(data, (time_t)data->info.filetime)) { in file_do()
353 bool Curl_meets_timecondition(struct Curl_easy *data, time_t timeofdoc) in Curl_meets_timecondition() function592 if(!Curl_meets_timecondition(data, k->timeofdoc)) { in readwrite_data()