Searched refs:curl_multi_perform (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dmulti-double.c60 curl_multi_perform(multi_handle, &still_running);
108 curl_multi_perform(multi_handle, &still_running);
H A Dmulti-single.c58 curl_multi_perform(multi_handle, &still_running);
108 curl_multi_perform(multi_handle, &still_running);
H A Dimap-multi.c82 curl_multi_perform(mcurl, &still_running);
133 curl_multi_perform(mcurl, &still_running);
H A Dmulti-app.c71 curl_multi_perform(multi_handle, &still_running);
118 curl_multi_perform(multi_handle, &still_running);
H A Dmulti-post.c81 curl_multi_perform(multi_handle, &still_running);
130 curl_multi_perform(multi_handle, &still_running);
H A Dpop3-multi.c82 curl_multi_perform(mcurl, &still_running);
133 curl_multi_perform(mcurl, &still_running);
H A Dsmtp-multi.c149 curl_multi_perform(mcurl, &still_running);
200 curl_multi_perform(mcurl, &still_running);
H A Dmulti-debugcallback.c145 curl_multi_perform(multi_handle, &still_running);
195 curl_multi_perform(multi_handle, &still_running);
H A D10-at-a-time.c135 curl_multi_perform(cm, &U);
H A Dfopen.c179 curl_multi_perform(multi_handle, &file->still_running);
242 curl_multi_perform(multi_handle, &file->still_running);
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib1507.c99 curl_multi_perform(mcurl, &still_running);
152 curl_multi_perform(mcurl, &still_running);
H A Dlib1900.c190 curl_multi_perform(m, &running);
H A Dtest.h264 if((ec = curl_multi_perform((A),(B))) != CURLM_OK) { \
265 fprintf(stderr, "%s:%d curl_multi_perform() failed, " \
271 fprintf(stderr, "%s:%d curl_multi_perform() succeeded, " \
/macosx-10.10/curl-83.1.2/curl/include/curl/
H A Dmulti.h60 CURLM_CALL_MULTI_PERFORM = -1, /* please call curl_multi_perform() or
76 curl_multi_perform() and CURLM_CALL_MULTI_PERFORM */
142 * poll() on. We want curl_multi_perform() called as soon as one of
169 * Name: curl_multi_perform()
184 CURL_EXTERN CURLMcode curl_multi_perform(CURLM *multi_handle,
245 * Desc: An alternative version of curl_multi_perform() that allows the
274 * curl_multi_socket() or curl_multi_perform() must be called
306 * wait before curl_multi_socket() or curl_multi_perform() must be
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DCurlDownload.cpp204 while (curl_multi_perform(downloadManager->getMultiHandle(), &activeDownloadCount) == CURLM_CALL_MULTI_PERFORM) { }
H A DResourceHandleManager.cpp645 while (curl_multi_perform(m_curlMultiHandle, &runningHandles) == CURLM_CALL_MULTI_PERFORM) { }
945 // timeout will occur and do curl_multi_perform
/macosx-10.10/curl-83.1.2/curl/lib/
H A Deasy.c709 mcode = curl_multi_perform(multi, &still_running);
712 /* only read 'still_running' if curl_multi_perform() return OK */
740 * runs curl_multi_perform() until the transfer is done, then detaches the
750 * instead of curl_multi_perform() and use curl_multi_socket_action().
H A Dmulti.c1735 CURLMcode curl_multi_perform(CURLM *multi_handle, int *running_handles) function
2184 result = curl_multi_perform(multi, running_handles);

Completed in 110 milliseconds