Home | History | Annotate | Download | only in lib

Lines Matching refs:multi_socket

284  * Quote from README.multi_socket:
2236 * This function is the primary way for a multi/multi_socket application to
2440 * Used by the connect code to tell the multi_socket code that one of the
2442 * remove it from the sockethash for this handle to make the multi_socket API
2526 static CURLMcode multi_socket(struct Curl_multi *multi,
2748 result = multi_socket(multi, FALSE, s, 0, running_handles);
2760 result = multi_socket(multi, FALSE, s, ev_bitmask, running_handles);
2772 result = multi_socket(multi, TRUE, CURL_SOCKET_BAD, 0, running_handles);