Home
last modified time | relevance | path

Searched refs:handle_socket (Results 1 – 3 of 3) sorted by relevance

/third_party/libuv/docs/code/uvwget/
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/libuv/docs/src/guide/
Dutilities.rst227 libcurl, we can register two callbacks. The socket callback ``handle_socket``
255 on sockets whenever ``handle_socket`` is called.
/third_party/python/Lib/test/
Dtest_logging.py1699 self.handle_socket, 0.01)
1728 def handle_socket(self, request): member in SocketHandlerTest