/external/musl/src/network/ |
D | socketpair.c | 6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
|
/external/trusty/musl/src/network/ |
D | socketpair.c | 6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
|
/external/rust/android-crates-io/crates/rustix/src/net/ |
D | socketpair.rs | 29 pub fn socketpair( in socketpair() function
|
D | mod.rs | 14 mod socketpair; module
|
/external/python/cpython3/Lib/test/ |
D | test_selectors.py | 26 socketpair = socket.socketpair variable 28 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
|
D | test_socket.py | 599 def socketpair(self): member in SocketPairTest 4868 def socketpair(self): member in PurePythonSocketPairTest
|
/external/python/cpython3/Lib/ |
D | socket.py | 653 def socketpair(family=None, type=SOCK_STREAM, proto=0): function 665 socketpair = _fallback_socketpair variable
|
/external/curl/lib/ |
D | memdebug.h | 151 #define socketpair(domain,type,protocol,socket_vector)\ macro
|
/external/strace/ |
D | net.c | 429 SYS_FUNC(socketpair) in SYS_FUNC() argument
|
/external/rust/android-crates-io/crates/rustix/src/backend/libc/net/ |
D | syscalls.rs | 599 pub(crate) fn socketpair( in socketpair() function
|
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/net/ |
D | syscalls.rs | 99 pub(crate) fn socketpair( in socketpair() function
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_proactor_events.py | 774 def test_ctor(self, socketpair): argument
|
/external/crosvm/base/src/sys/unix/ |
D | net.rs | 95 pub(in crate::sys) fn socketpair( in socketpair() function
|
/external/rust/android-crates-io/crates/nix/src/sys/socket/ |
D | mod.rs | 1989 pub fn socketpair<T: Into<Option<SockProtocol>>>( in socketpair() function
|
/external/rust/android-crates-io/crates/tokio/tests/ |
D | io_async_fd.rs | 120 fn socketpair() -> (FileDescriptor, FileDescriptor) { in socketpair() function
|
/external/curl/ |
D | configure.ac | 4513 AC_ARG_ENABLE(socketpair, optenable
|
/external/rust/android-crates-io/crates/socket2/src/sys/ |
D | unix.rs | 921 pub(crate) fn socketpair(family: c_int, ty: c_int, protocol: c_int) -> io::Result<[Socket; 2]> { in socketpair() function
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 763 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) { in INTERCEPTOR() argument
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/ |
D | mod.rs | 717 pub fn socketpair( in socketpair() function
|
/external/rust/android-crates-io/crates/libc/src/unix/ |
D | mod.rs | 709 pub fn socketpair( in socketpair() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/unix/ |
D | mod.rs | 717 pub fn socketpair( in socketpair() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1531 TSAN_INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int *fd) { in TSAN_INTERCEPTOR() argument
|
/external/cronet/stable/third_party/lss/ |
D | linux_syscall_support.h | 4870 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument 4943 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument
|
/external/cronet/tot/third_party/lss/ |
D | linux_syscall_support.h | 4870 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument 4943 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 4870 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument 4943 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, in LSS_NAME() argument
|