Home
last modified time | relevance | path

Searched refs:unmet (Results 1 – 4 of 4) sorted by relevance

/curl/tests/libtest/
H A Dlib1511.c30 long unmet; in test() local
49 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()
H A Dlib1593.c34 long unmet; in test() local
64 res = curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet); in test()
68 if(unmet != 1L) { in test()
/curl/docs/libcurl/opts/
H A DCURLINFO_CONDITION_UNMET.md19 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":"");
/curl/tests/data/
H A Dtest142447 HTTP GET -o fname without Content-Disposition (unmet time condition)

Completed in 6 milliseconds