Searched refs:curl_multi_wait (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib1500.c58 res = curl_multi_wait(multi, NULL, 0, TEST_HANG_TIMEOUT, &num);
60 printf("curl_multi_wait() returned %d\n", res);
/macosx-10.10/curl-83.1.2/curl/include/curl/
H A Dmulti.h154 * Name: curl_multi_wait()
162 CURL_EXTERN CURLMcode curl_multi_wait(CURLM *multi_handle,
/macosx-10.10/curl-83.1.2/curl/lib/
H A Deasy.c674 curl_multi_wait() without any filedescriptors */
681 mcode = curl_multi_wait(multi, NULL, 0, 1000, &ret);
H A Dmulti.c780 CURLMcode curl_multi_wait(CURLM *multi_handle, function
893 /* copy revents results from the poll to the curl_multi_wait poll

Completed in 166 milliseconds