Home
last modified time | relevance | path

Searched defs:socket (Results 176 - 200 of 325) sorted by relevance

12345678910>>...13

/third_party/node/deps/cares/src/lib/
H A Dares_event_win32.c168 SOCKET socket; global() member
284 ares_evsys_win32_basesocket(ares_socket_t socket) ares_evsys_win32_basesocket() argument
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtransport.cc99 void DisableNagleAlgorithm(SocketHandle socket) { in DisableNagleAlgorithm() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dpoll.c413 uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, uv_os_sock_t socket) uv_poll_init_socket() argument
[all...]
H A Dwinsock.c41 static BOOL uv__get_extension_function(SOCKET socket, GUID guid, in uv__get_extension_function() argument
65 BOOL uv__get_acceptex_function(SOCKET socket, LPFN_ACCEPTEX* target) { in uv__get_acceptex_function() argument
71 BOOL uv__get_connectex_function(SOCKET socket, LPFN_CONNECTEX* target) { in uv__get_connectex_function() argument
270 int WSAAPI uv__wsarecv_workaround(SOCKET socket, WSABUF* buffers, in uv__wsarecv_workaround() argument
364 uv__wsarecvfrom_workaround(SOCKET socket, WSABUF* buffers, DWORD buffer_count, DWORD* bytes, DWORD* flags, struct sockaddr* addr, int* addr_len, WSAOVERLAPPED *overlapped, LPWSAOVERLAPPED_COMPLETION_ROUTINE completion_routine) uv__wsarecvfrom_workaround() argument
461 uv__msafd_poll(SOCKET socket, AFD_POLL_INFO* info_in, AFD_POLL_INFO* info_out, OVERLAPPED* overlapped) uv__msafd_poll() argument
[all...]
/third_party/python/Tools/ccbench/
H A Dccbench.py16 import socket namespace
[all...]
/third_party/python/Lib/test/
H A Dmock_socket.py114 def socket(family=None, type=None, proto=None): function
H A Daudit-tests.py332 import socket namespace
H A Dtest_selectors.py6 import socket namespace
H A Dtest_telnetlib.py1 import socket namespace
[all...]
H A Dtest_asynchat.py9 import socket namespace
H A Dtest_largefile.py8 import socket namespace
H A Dtest_urllib2net.py10 import socket namespace
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_windows_events.py3 import socket namespace
H A Dtest_sslproto.py4 import socket namespace
H A Dtest_sock_lowlevel.py1 import socket namespace
[all...]
/third_party/python/Lib/
H A Dsocket.py214 class socket(_socket.socket): global() class
[all...]
H A Dwebbrowser.py412 import socket namespace
H A Dpoplib.py18 import socket namespace
/third_party/python/Lib/asyncio/
H A Dstreams.py6 import socket namespace
/third_party/vk-gl-cts/execserver/tools/
H A DxsClient.cpp64 void sendMessage (de::Socket& socket, const Message& message) in sendMessage() argument
85 void readBytes (de::Socket& socket, vector<deUint8>& dst, size_t numBytes) in readBytes() argument
102 Message* readMessage (de::Socket& socket) in readMessage() argument
/third_party/vk-gl-cts/execserver/
H A DxsExecutionServer.cpp127 ConnectionHandler* ExecutionServer::createHandler (de::Socket* socket, const de::SocketAddress& clientAddress) in createHandler() argument
141 ExecutionRequestHandler::ExecutionRequestHandler (ExecutionServer* server, de::Socket* socket) in ExecutionRequestHandler() argument
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstream.py10 import socket namespace
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dmain.cc67 Socket* const socket; member
[all...]
/third_party/vk-gl-cts/scripts/
H A Drun_nightly.py30 import socket namespace
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A Dserver.cpp85 std::unique_ptr<de::Socket> socket; member

Completed in 19 milliseconds

12345678910>>...13