Searched refs:multi_socket (Results 1 – 5 of 5) sorted by relevance
32 fun:multi_socket
2194 static CURLMcode multi_socket(struct Curl_multi *multi, in multi_socket() function2398 CURLMcode result = multi_socket((struct Curl_multi *)multi_handle, FALSE, s, in curl_multi_socket()2408 CURLMcode result = multi_socket((struct Curl_multi *)multi_handle, FALSE, s, in curl_multi_socket_action()2418 CURLMcode result = multi_socket((struct Curl_multi *)multi_handle, in curl_multi_socket_all()
39 - [`multi_socket`](#multi_socket)806 <a name="multi_socket"></a>807 `multi_socket`954 `multi_socket` API.
194 April: Added the multi_socket() API
547 - Using the multi_socket API, it turns out at times it seemed to "forget"2178 - Igor Novoseltsev fixed a bad situation for the multi_socket() API when doing2194 "regular" and multi_socket) is used for SCP and SFTP transfers. This should2559 flaw in how the multi_socket interface in some cases missed to call the6040 - Jeff Pohlmeyer presented a *multi_socket()-using program that exposed a6458 sources. See the lib/README.multi_socket for implementation story with