Home
last modified time | relevance | path

Searched refs:unmet (Results 1 - 3 of 3) sorted by relevance

/third_party/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
61 * The server returns 304, which means the condition is "unmet". in test()
64 res = curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &unmet); in test()
68 if(unmet != 1L) { in test()
/third_party/ffmpeg/tests/fate/
H A Dseek.mak45 # corresponding fate-* test has unmet requirements (or is disabled).

Completed in 2 milliseconds