Home
last modified time | relevance | path

Searched refs:multi_socket (Results 1 – 5 of 5) sorted by relevance

/external/curl/tests/
Dvalgrind.supp32 fun:multi_socket
/external/curl/lib/
Dmulti.c2194 static CURLMcode multi_socket(struct Curl_multi *multi, in multi_socket() function
2398 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()
/external/curl/docs/
DINTERNALS39 - [`multi_socket`](#multi_socket)
806 <a name="multi_socket"></a>
807 `multi_socket`
954 `multi_socket` API.
DHISTORY194 April: Added the multi_socket() API
/external/curl/
DCHANGES.0547 - 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 doing
2194 "regular" and multi_socket) is used for SCP and SFTP transfers. This should
2559 flaw in how the multi_socket interface in some cases missed to call the
6040 - Jeff Pohlmeyer presented a *multi_socket()-using program that exposed a
6458 sources. See the lib/README.multi_socket for implementation story with