Home
last modified time | relevance | path

Searched refs:handle_socket (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/docs/examples/
H A Dmulti-event.c169 static int handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, in handle_socket() function
225 curl_multi_setopt(curl_handle, CURLMOPT_SOCKETFUNCTION, handle_socket); in main()
H A Dmulti-uv.c175 static int handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, in handle_socket() function
226 curl_multi_setopt(curl_handle, CURLMOPT_SOCKETFUNCTION, handle_socket); in main()
/third_party/libuv/docs/code/uvwget/
H A Dmain.c109 int handle_socket(CURL *easy, curl_socket_t s, int action, void *userp, void *socketp) { in handle_socket() function
156 curl_multi_setopt(curl_handle, CURLMOPT_SOCKETFUNCTION, handle_socket); in main()
/third_party/python/Lib/test/
H A Dtest_logging.py1746 self.handle_socket, 0.01)
1775 def handle_socket(self, request): member in SocketHandlerTest

Completed in 11 milliseconds