Searched defs:socketpair (Results 1 – 7 of 7) sorted by relevance
| /third_party/musl/src/network/ |
| D | socketpair.c | 6 int socketpair(int domain, int type, int protocol, int fd[2]) in socketpair() function
|
| /third_party/python/Lib/test/ |
| D | test_selectors.py | 23 socketpair = socket.socketpair variable 25 def socketpair(family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0): function
|
| /third_party/python/Lib/ |
| D | socket.py | 594 def socketpair(family=None, type=SOCK_STREAM, proto=0): function 615 def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0): function
|
| /third_party/curl/lib/ |
| D | memdebug.h | 120 #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/python/Lib/test/test_asyncio/ |
| D | test_proactor_events.py | 711 def test_ctor(self, socketpair): argument
|
| /third_party/curl/ |
| D | configure.ac | 3666 AC_ARG_ENABLE(socketpair, optenable
|