Searched refs:curl_multi_socket (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/include/curl/ |
H A D | multi.h | 65 curl_multi_socket*() soon */ 84 /* just to make code nicer when using curl_multi_socket() you can now check 279 * Name: curl_multi_socket() and 311 * curl_multi_socket() or curl_multi_perform() must be called 322 curl_multi_socket(CURLM *multi_handle, curl_socket_t s, int *running_handles); 334 the new curl_multi_socket_action() instead of the old curl_multi_socket() 336 #define curl_multi_socket(x,y,z) curl_multi_socket_action(x,y,0,z) macro 343 * wait before curl_multi_socket() or curl_multi_perform() must be 422 * (only) useful for curl_multi_socket uses.
|
/third_party/curl/lib/ |
H A D | multi.c | 546 when only the curl_multi_socket() API is used. During that flow, only in curl_multi_add_handle() 3391 /* we define curl_multi_socket() in the public multi.h header */ 3392 #undef curl_multi_socket macro 3394 CURLMcode curl_multi_socket(struct Curl_multi *multi, curl_socket_t s, function
|
Completed in 6 milliseconds