Searched refs:curl_multi_socket (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/include/curl/
H A Dmulti.h61 curl_multi_socket*() soon */
74 /* just to make code nicer when using curl_multi_socket() you can now check
242 * Name: curl_multi_socket() and
274 * curl_multi_socket() or curl_multi_perform() must be called
284 CURL_EXTERN CURLMcode curl_multi_socket(CURLM *multi_handle, curl_socket_t s,
297 the new curl_multi_socket_action() instead of the old curl_multi_socket()
299 #define curl_multi_socket(x,y,z) curl_multi_socket_action(x,y,0,z) macro
306 * wait before curl_multi_socket() or curl_multi_perform() must be
391 * (only) useful for curl_multi_socket uses.
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmulti.c434 when only the curl_multi_socket() API is used. During that flow, only
2373 /* we define curl_multi_socket() in the public multi.h header */
2374 #undef curl_multi_socket macro
2376 CURLMcode curl_multi_socket(CURLM *multi_handle, curl_socket_t s, function

Completed in 74 milliseconds