/external/curl/tests/libtest/ |
D | lib582.c | 32 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/syzkaller/vendor/google.golang.org/grpc/internal/channelz/ |
D | types.go | 97 Sockets map[int64]string member 123 Sockets map[int64]string member
|
D | funcs.go | 534 cm.Sockets = copyMap(sc.sockets)
|
/external/okhttp/okhttp-ws/ |
D | README.md | 1 OkHttp Web Sockets
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugEventSocketProxy.cs | 41 using Socket = System.Net.Sockets.Socket; 43 using TcpListener = System.Net.Sockets.TcpListener;
|
D | RemoteDebugEventSocketListener.cs | 42 using Socket = System.Net.Sockets.Socket; 43 using SocketException = System.Net.Sockets.SocketException;
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugEventSocketProxy.cs | 40 using Socket = System.Net.Sockets.Socket; 42 using TcpListener = System.Net.Sockets.TcpListener;
|
D | RemoteDebugEventSocketListener.cs | 44 using Socket = System.Net.Sockets.Socket; 45 using SocketException = System.Net.Sockets.SocketException;
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
D | README.md | 10 * [Sockets](https://developer.chrome.com/apps/sockets_tcp)
|
/external/grpc-grpc/src/objective-c/ |
D | NetworkTransitionBehavior.md | 36 ### gRPC iOS with TCP Sockets 42 #### Issues with TCP Sockets argument
|
/external/curl/src/macos/ |
D | MACINSTALL.TXT | 8 GUSI (Grand Unified Socket Interface) is a POSIX/Pthreads/Sockets library
|
/external/python/cpython3/Doc/howto/ |
D | sockets.rst | 12 Sockets are used nearly everywhere, but are one of the most severely 19 Sockets chapter 296 When Sockets Die 312 Non-blocking Sockets
|
/external/okhttp/okio/ |
D | CHANGELOG.md | 17 * Sockets streams now throw `SocketTimeoutException`. This builds on new
|
/external/python/cpython3/Doc/library/ |
D | asyncio-llapi-index.rst | 181 .. rubric:: Sockets 428 .. rubric:: Streaming Protocols (TCP, Unix Sockets, Pipes)
|
D | asyncio-stream.rst | 105 .. rubric:: Unix Sockets
|
D | asyncore.rst | 260 flushed). Sockets are automatically closed when they are
|
/external/python/cpython2/Doc/howto/ |
D | sockets.rst | 12 Sockets are used nearly everywhere, but are one of the most severely 19 Sockets chapter 299 When Sockets Die 315 Non-blocking Sockets
|
D | urllib2.rst | 534 Sockets and Layers
|
/external/mdnsresponder/mDNSWindows/DLL.NET/ |
D | dnssd_NET.cpp | 27 using namespace System::Net::Sockets;
|
/external/chromium-trace/catapult/devil/docs/ |
D | adb_wrapper.md | 137 Sockets are specified by one of:
|
/external/u-boot/drivers/net/ |
D | Kconfig | 138 bool "Sandbox: Bridge to Linux Raw Sockets"
|
/external/python/cpython2/Doc/library/ |
D | asyncore.rst | 234 flushed). Sockets are automatically closed when they are
|
D | socket.rst | 563 remote end will receive no more data (after queued data is flushed). Sockets are 790 three modes: blocking, non-blocking, or timeout. Sockets are always created in
|
D | ssl.rst | 13 .. index:: TLS, SSL, Transport Layer Security, Secure Sockets Layer 22 Sockets Layer") encryption and peer authentication facilities for network 866 SSL Sockets
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b1.rst | 534 Sockets now auto-detect family, type and protocol from file descriptor by
|