Searched refs:unmet (Results 1 – 4 of 4) sorted by relevance
30 long unmet; in test() local49 curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet); in test()50 if(unmet != 1L) { in test()62 curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet); in test()63 if(unmet) { in test()
34 long unmet; in test() local64 res = curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet); in test()68 if(unmet != 1L) { in test()
19 CURLINFO_CONDITION_UNMET - get info on unmet time conditional or 304 HTTP response.27 long *unmet);65 long unmet;66 res = curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet);68 printf("The time condition was %sfulfilled\n", unmet?"NOT":"");
47 HTTP GET -o fname without Content-Disposition (unmet time condition)
Completed in 7 milliseconds