Searched refs:CURLM (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/curl-78.94.1/curl/include/curl/
H A Dmulti.h57 typedef void CURLM; typedef
63 CURLM_BAD_HANDLE, /* the passed-in handle is not a valid CURLM handle */
112 * Returns: a new CURLM handle to use in all 'curl_multi' functions.
114 CURL_EXTERN CURLM *curl_multi_init(void);
123 CURL_EXTERN CURLMcode curl_multi_add_handle(CURLM *multi_handle,
133 CURL_EXTERN CURLMcode curl_multi_remove_handle(CURLM *multi_handle,
145 CURL_EXTERN CURLMcode curl_multi_fdset(CURLM *multi_handle,
154 * Desc: Poll on all fds within a CURLM set as well as any
160 CURL_EXTERN CURLMcode curl_multi_wait(CURLM *multi_handle,
182 CURL_EXTERN CURLMcode curl_multi_perform(CURLM *multi_handl
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dlib1508.c31 CURLM *m = NULL;
H A Dlib1500.c33 CURLM* multi = NULL;
H A Dlib502.c37 CURLM *m = NULL;
H A Dlib583.c36 CURLM* multiHandle = NULL;
H A Dlib536.c32 static int perform(CURLM *multi)
80 CURLM *multi = NULL;
H A Dlib582.c130 static int curlTimerCallback(CURLM *multi, long timeout_ms, void *userp)
148 static int checkForCompletion(CURLM* curl, int* success)
200 static void notifyCurl(CURLM *curl, curl_socket_t s, int evBitmask,
214 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset,
233 CURLM *m = NULL;
H A Dlib540.c51 static int init(int num, CURLM *cm, const char* url, const char* userpwd,
102 static int loop(int num, CURLM *cm, const char* url, const char* userpwd,
189 CURLM *cm = NULL;
H A Dlib1501.c54 CURLM *mhandle = NULL;
H A Dlib503.c41 CURLM *m = NULL;
H A Dlib504.c41 CURLM *m = NULL;
H A Dlib507.c33 CURLM* multi = NULL;
H A Dlib530.c37 CURLM *m = NULL;
H A Dlib533.c39 CURLM *m = NULL;
H A Dlib560.c43 CURLM *multi_handle = NULL;
H A Dlib564.c37 CURLM *m = NULL;
H A Dlib573.c38 CURLM *m = NULL;
H A Dlib575.c42 CURLM *mhandle = NULL;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DCurlDownload.h57 CURLM* getMultiHandle() const { return m_curlMultiHandle; }
65 CURLM* m_curlMultiHandle;
H A DResourceHandleManager.h90 CURLM* m_curlMultiHandle;
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A D10-at-a-time.c99 static void init(CURLM *cm, int i)
114 CURLM *cm;
H A Dmulti-double.c39 CURLM *multi_handle;
H A Dmulti-single.c40 CURLM *multi_handle;
H A Dmulti-uv.c43 CURLM *curl_handle;
144 void start_timeout(CURLM *multi, long timeout_ms, void *userp)
H A Dmulti-app.c45 CURLM *multi_handle;

Completed in 4019 milliseconds

12