Home
last modified time | relevance | path

Searched refs:Sockets (Results 1 – 25 of 52) sorted by relevance

123

/external/curl/tests/libtest/
Dlib582.c32 struct Sockets struct
41 struct Sockets read, write; argument
47 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd()
67 static void addFd(struct Sockets *sockets, curl_socket_t fd, const char *what) in addFd()
188 static void updateFdSet(struct Sockets *sockets, fd_set* fdset, in updateFdSet()
214 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet()
/external/rust/crates/gdbstub/examples/armv4t/
DREADME.md19 ### Unix Domain Sockets
21 GDB versions since \~2018 support running a debugging session over Unix Domain Sockets (UDS). Debug…
/external/rust/crates/gdbstub/examples/armv4t_multicore/
DREADME.md23 ## Unix Domain Sockets
25 GDB versions since \~2018 support running a debugging session over Unix Domain Sockets (UDS). Debug…
/external/okhttp/okhttp-ws/
DREADME.md1 OkHttp Web Sockets
/external/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md1 ## Unix Domain Sockets Reverse Proxy
7 These are particularly useful when using Unix Domain Sockets, basically
25 Unix Domain Sockets are effectively "files" in the server filesystem, and
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
DREADME.md10 * [Sockets](https://developer.chrome.com/apps/sockets_tcp)
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugEventSocketProxy.cs41 using Socket = System.Net.Sockets.Socket;
43 using TcpListener = System.Net.Sockets.TcpListener;
DRemoteDebugEventSocketListener.cs42 using Socket = System.Net.Sockets.Socket;
43 using SocketException = System.Net.Sockets.SocketException;
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugEventSocketProxy.cs40 using Socket = System.Net.Sockets.Socket;
42 using TcpListener = System.Net.Sockets.TcpListener;
DRemoteDebugEventSocketListener.cs44 using Socket = System.Net.Sockets.Socket;
45 using SocketException = System.Net.Sockets.SocketException;
/external/grpc-grpc/src/objective-c/
DNetworkTransitionBehavior.md36 ### gRPC iOS with TCP Sockets
42 #### Issues with TCP Sockets argument
/external/curl/src/macos/
DMACINSTALL.TXT8 GUSI (Grand Unified Socket Interface) is a POSIX/Pthreads/Sockets library
/external/okhttp/okio/
DCHANGELOG.md17 * Sockets streams now throw `SocketTimeoutException`. This builds on new
/external/python/cpython3/Doc/howto/
Dsockets.rst12 Sockets are used nearly everywhere, but are one of the most severely
19 Sockets chapter
296 When Sockets Die
312 Non-blocking Sockets
/external/openscreen/platform/
DBUILD.gn95 # Required, to use the new IPv6 Sockets options introduced by RFC 3542.
/external/openscreen/
DAndroid.bp175 // Required, to use the new IPv6 Sockets options introduced by RFC 3542.
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst181 .. rubric:: Sockets
428 .. rubric:: Streaming Protocols (TCP, Unix Sockets, Pipes)
Dasyncio-stream.rst110 .. rubric:: Unix Sockets
Dasyncore.rst260 flushed). Sockets are automatically closed when they are
/external/python/cpython2/Doc/howto/
Dsockets.rst12 Sockets are used nearly everywhere, but are one of the most severely
19 Sockets chapter
299 When Sockets Die
315 Non-blocking Sockets
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp27 using namespace System::Net::Sockets;
/external/chromium-trace/catapult/devil/docs/
Dadb_wrapper.md63 Sockets are specified by one of:
/external/python/cpython2/Doc/library/
Dasyncore.rst234 flushed). Sockets are automatically closed when they are
/external/crosvm/docs/
Darchitecture.md28 ## The VM Control Sockets
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b1.rst533 Sockets now auto-detect family, type and protocol from file descriptor by

123