| /third_party/musl/src/network/ |
| D | socketpair.c | 9 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
|
| /third_party/rust/crates/rustix/src/net/ |
| D | socketpair.rs | 14 pub fn socketpair( in socketpair() function
|
| D | mod.rs | 18 mod socketpair; module
|
| /third_party/python/Lib/test/ |
| D | test_selectors.py | 27 socketpair = socket.socketpair variable 29 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
|
| D | test_socket.py | 563 def socketpair(self): member in SocketPairTest 4688 def socketpair(self): member in PurePythonSocketPairTest
|
| /third_party/python/Lib/ |
| D | socket.py | 650 def socketpair(family=None, type=SOCK_STREAM, proto=0): function 662 socketpair = _fallback_socketpair variable
|
| /third_party/curl/lib/ |
| D | memdebug.h | 145 #define socketpair(domain,type,protocol,socket_vector)\ macro
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | configure.ac | 384 AC_ARG_ENABLE([[socketpair]], optenable
|
| /third_party/FreeBSD/lib/libc/include/ |
| D | namespace.h | 236 #define socketpair _socketpair macro
|
| /third_party/python/Lib/test/test_asyncio/ |
| D | test_proactor_events.py | 759 def test_ctor(self, socketpair): argument
|
| /third_party/rust/crates/rustix/src/backend/libc/net/ |
| D | syscalls.rs | 372 pub(crate) fn socketpair( in socketpair() function
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
| D | syscalls.rs | 90 pub(crate) fn socketpair( in socketpair() function
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| D | mod.rs | 2105 pub fn socketpair<T: Into<Option<SockProtocol>>>( in socketpair() function
|
| /third_party/curl/ |
| D | configure.ac | 4278 AC_ARG_ENABLE(socketpair, optenable
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 672 pub fn socketpair( in socketpair() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3581 pub fn socketpair( in socketpair() function
|