Home
last modified time | relevance | path

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

12345

/third_party/curl/include/curl/
H A Dmulti.h58 typedef struct Curl_multi CURLM; typedef
60 typedef void CURLM; typedef
67 CURLM_BAD_HANDLE, /* the passed-in handle is not a valid CURLM handle */
129 * Returns: a new CURLM handle to use in all 'curl_multi' functions.
131 CURL_EXTERN CURLM *curl_multi_init(void);
140 CURL_EXTERN CURLMcode curl_multi_add_handle(CURLM *multi_handle,
150 CURL_EXTERN CURLMcode curl_multi_remove_handle(CURLM *multi_handle,
162 CURL_EXTERN CURLMcode curl_multi_fdset(CURLM *multi_handle,
171 * Desc: Poll on all fds within a CURLM set as well as any
176 CURL_EXTERN CURLMcode curl_multi_wait(CURLM *multi_handl
[all...]
/third_party/curl/tests/libtest/
H A Dlib582.c132 static int curlTimerCallback(CURLM *multi, long timeout_ms, void *userp) in curlTimerCallback()
150 static int checkForCompletion(CURLM *curl, int *success) in checkForCompletion()
204 static void notifyCurl(CURLM *curl, curl_socket_t s, int evBitmask, in notifyCurl()
218 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet()
236 CURLM *m = NULL; in test()
H A Dlib530.c153 static int curlTimerCallback(CURLM *multi, long timeout_ms, void *userp) in curlTimerCallback()
176 static int checkForCompletion(CURLM *curl, int *success) in checkForCompletion()
230 static int socket_action(CURLM *curl, curl_socket_t s, int evBitmask, in socket_action()
245 static int checkFdSet(CURLM *curl, in checkFdSet()
264 CURL *curl = NULL; CURLM *m = NULL; in testone()
H A Dlib540.c51 static int init(int num, CURLM *cm, const char *url, const char *userpwd, in init()
102 static int loop(int num, CURLM *cm, const char *url, const char *userpwd, in loop()
197 CURLM *cm = NULL; in test()
H A Dlib1515.c52 static int do_one_request(CURLM *m, char *URL, char *resolve) in do_one_request()
115 CURLM *multi = NULL; in test()
H A Dlib1508.c33 CURLM *m = NULL; in test()
H A Dlib1550.c32 CURLM *handle; in test()
H A Dlib1557.c32 CURLM *curlm = NULL; in test()
H A Dlib1939.c31 CURLM *multi; in test()
H A Dlib1500.c35 CURLM *multi = NULL; in test()
H A Dlib502.c39 CURLM *m = NULL; in test()
H A Dlib583.c38 CURLM *multiHandle = NULL; in test()
H A Dlib1592.c47 CURLM *multiHandle = NULL; in test()
H A Dlib560.c45 CURLM *multi_handle = NULL; in test()
H A Dlib564.c39 CURLM *m = NULL; in test()
/third_party/curl/docs/examples/
H A D10-at-a-time.c98 static void add_transfer(CURLM *cm, unsigned int i, int *left) in add_transfer()
110 CURLM *cm; in main()
H A Dmulti-event.c36 CURLM *curl_handle;
151 static int start_timeout(CURLM *multi, long timeout_ms, void *userp) in start_timeout()
H A Dmulti-uv.c43 CURLM *curl_handle;
161 static int start_timeout(CURLM *multi, long timeout_ms, void *userp) in start_timeout()
H A Dimap-multi.c42 CURLM *mcurl; in main()
H A Dmulti-single.c45 CURLM *multi_handle; in main()
H A Dpop3-multi.c42 CURLM *mcurl; in main()
H A Dcrawler.c120 size_t follow_links(CURLM *multi_handle, memory *mem, char *url) in follow_links()
174 CURLM *multi_handle = curl_multi_init(); in main()
H A Dmulti-double.c45 CURLM *multi_handle; in main()
/third_party/libuv/docs/code/uvwget/
H A Dmain.c8 CURLM *curl_handle;
103 void start_timeout(CURLM *multi, long timeout_ms, void *userp) { in start_timeout()
/third_party/curl/tests/http/clients/
H A Dtls-session-reuse.c144 static void add_transfer(CURLM *multi, CURLSH *share, in add_transfer()
182 CURLM *multi; in main()

Completed in 7 milliseconds

12345