Home | History | Annotate | Download | only in src

Lines Matching refs:filetime

1684           long filetime = -1;
1685 curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime);
1686 if(filetime >= 0) {
1688 times.actime = (time_t)filetime;
1689 times.modtime = (time_t)filetime;