Lines Matching refs:filetime
33 long filetime; in test() local
43 res = curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); in test()
49 if(filetime != -1) { in test()
51 __FILE__, __LINE__, filetime); in test()
69 res = curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); in test()
75 if(filetime != 30) { in test()
78 __FILE__, __LINE__, filetime); in test()
94 res = curl_easy_getinfo(dupe, CURLINFO_FILETIME, &filetime); in test()
100 if(filetime != -1) { in test()
102 __FILE__, __LINE__, filetime); in test()
113 res = curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); in test()
119 if(filetime != -1) { in test()
121 __FILE__, __LINE__, filetime); in test()