Searched refs:_connect (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/src/tests/ |
H A D | connect-stress.c | 67 static void _connect(const char *name, int *try) { in _connect() function 205 _connect(bname, &i); in START_TEST()
|
/third_party/rust/crates/rustix/src/net/ |
H A D | socket.rs | 192 _connect(sockfd.as_fd(), addr) in connect() 195 fn _connect(sockfd: BorrowedFd<'_>, addr: &SocketAddr) -> io::Result<()> { in _connect() functions
|
/third_party/node/lib/ |
H A D | dgram.js | 399 enqueue(this, FunctionPrototypeBind(_connect, this, 404 ReflectApply(_connect, this, [port, address, callback]); 408 function _connect(port, address, callback) { function
|
/third_party/FreeBSD/lib/libc/include/ |
H A D | namespace.h | 61 #define connect _connect
|
/third_party/python/Lib/multiprocessing/ |
H A D | managers.py | 800 def _connect(self): member in BaseProxy 818 self._connect()
|
/third_party/python/Lib/ |
H A D | imaplib.py | 205 self._connect() 227 def _connect(self): member in IMAP4
|
Completed in 7 milliseconds