Home
last modified time | relevance | path

Searched refs:mres (Results 1 – 6 of 6) sorted by relevance

/curl/tests/libtest/
H A Dlib1592.c50 CURLMcode mres; in test() local
104 mres = curl_multi_remove_handle(multiHandle, curl); in test()
105 if(mres) { in test()
106 fprintf(stderr, "curl_multi_remove_handle() failed, with code %d\n", mres); in test()
H A Dlib583.c41 CURLMcode mres; in test() local
73 mres = curl_multi_remove_handle(multiHandle, curl); in test()
74 if(mres) { in test()
76 "with code %d\n", (int)mres); in test()
H A Dlib1500.c59 CURLMcode mres; in test() local
61 mres = curl_multi_wait(multi, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
62 if(mres != CURLM_OK) { in test()
63 printf("curl_multi_wait() returned %d\n", mres); in test()
H A Dlib1552.c62 CURLMcode mres; in test() local
64 mres = curl_multi_wait(multi, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
65 if(mres != CURLM_OK) { in test()
66 printf("curl_multi_wait() returned %d\n", mres); in test()
H A Dlib670.c112 CURLMcode mres; in test() local
183 mres = curl_multi_add_handle(multi, pooh.easy); in test()
184 while(!mres) { in test()
192 mres = curl_multi_perform(multi, &still_running); in test()
193 if(!still_running || mres != CURLM_OK) in test()
214 mres = curl_multi_fdset(multi, &fdread, &fdwrite, &fdexcept, &maxfd); in test()
215 if(mres) in test()
229 if(mres != CURLM_OK) in test()
H A Dlib1553.c91 CURLMcode mres; in test() local
93 mres = curl_multi_wait(multi, NULL, 0, TEST_HANG_TIMEOUT, &num); in test()
94 if(mres != CURLM_OK) { in test()
95 printf("curl_multi_wait() returned %d\n", mres); in test()

Completed in 276 milliseconds