Lines Matching refs:curl_multi_socket_action
4 Title: curl_multi_socket_action
20 curl_multi_socket_action - read/write available data given an action
27 CURLMcode curl_multi_socket_action(CURLM *multi_handle,
36 should call curl_multi_socket_action(3) with the **sockfd** argument
48 complete/done. When you call curl_multi_socket_action(3) on a specific
53 The curl_multi_socket_action(3) function informs the application about
63 timeout action: call the curl_multi_socket_action(3) function with the
70 they cannot be continued. curl_multi_socket_action(3) should not be
89 6. Call curl_multi_socket_action(..., CURL_SOCKET_TIMEOUT, 0, ...)
95 8, When activity is detected, call curl_multi_socket_action() for the
97 call curl_multi_socket_action(3) with *CURL_SOCKET_TIMEOUT*.
107 which we translate to a call to curl_multi_socket_action() */
112 CURLMcode mc = curl_multi_socket_action(multi, fd, bitmask, &running);