Searched defs:multi_socket (Results 1 - 1 of 1) sorted by relevance

/external/curl/lib/
H A Dmulti.c261 * Quote from README.multi_socket:
2224 * This function is the primary way for a multi/multi_socket application to
2377 when action will be asked on the socket (see multi_socket()), the
2402 * Used by the connect code to tell the multi_socket code that one of the
2404 * remove it from the sockethash for this handle to make the multi_socket API
2485 static CURLMcode multi_socket(struct Curl_multi *multi, function
2691 CURLMcode result = multi_socket(multi, FALSE, s, 0, running_handles);
2700 CURLMcode result = multi_socket(multi, FALSE, s,
2710 CURLMcode result = multi_socket(multi, TRUE, CURL_SOCKET_BAD, 0,

Completed in 133 milliseconds