HomeSort by relevance Sort by last modified time
    Searched refs:Curl_meets_timecondition (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
transfer.h 57 bool Curl_meets_timecondition(struct Curl_easy *data, time_t timeofdoc);
file.c 409 if(!Curl_meets_timecondition(data, data->info.filetime)) {
transfer.c 542 bool Curl_meets_timecondition(struct Curl_easy *data, time_t timeofdoc)
780 if(!Curl_meets_timecondition(data, k->timeofdoc)) {
    [all...]

Completed in 74 milliseconds