Home
last modified time | relevance | path

Searched defs:Socket (Results 1 – 24 of 24) sorted by relevance

/third_party/node/doc/api/
Ddgram.md47 ### Event: `'close'`
55 ### Event: `'connect'`
63 ### Event: `'error'`
73 ### Event: `'listening'`
84 ### Event: `'message'`
105 ### `socket.addMembership(multicastAddress[, multicastInterface])`
140 ### `socket.addSourceSpecificMembership(sourceAddress, groupAddress[, multicastInterface])`
160 ### `socket.address()`
173 ### `socket.bind([port][, address][, callback])`
230 ### `socket.bind(options[, callback])`
[all …]
Dnet.md540 ### `new net.Socket([options])`
563 ### Event: `'close'`
573 ### Event: `'connect'`
581 ### Event: `'data'`
594 ### Event: `'drain'`
603 ### Event: `'end'`
619 ### Event: `'error'`
629 ### Event: `'lookup'`
646 ### Event: `'ready'`
655 ### Event: `'timeout'`
[all …]
/third_party/rust/crates/io-lifetimes/src/
Dimpls_socket2.rs17 impl AsFd for socket2::Socket { implementation
25 impl AsSocket for socket2::Socket { implementation
33 impl IntoFd for socket2::Socket { implementation
49 impl IntoSocket for socket2::Socket { implementation
65 impl FromFd for socket2::Socket { implementation
73 impl From<OwnedFd> for socket2::Socket { implementation
81 impl FromSocket for socket2::Socket { implementation
89 impl From<OwnedSocket> for socket2::Socket { implementation
Dviews.rs236 unsafe impl SocketlikeViewType for socket2::Socket {} implementation
/third_party/pulseaudio/src/daemon/systemd/user/
Dpulseaudio.socket5 [Socket] section
6 Priority=6
7 Backlog=5
8 ListenStream=%t/pulse/native
/third_party/node/test/parallel/
Dtest-net-connect-call-socket-connect.js21 const Socket = net.Socket; constant
25 Socket.prototype.connect = common.mustCall(function() { class
Dtest-http2-respond-with-file-connection-abort.js28 net.Socket.prototype.destroy.call(client.socket); class in net
Dtest-net-persistent-nodelay.js16 const Socket = net.Socket; constant
Dtest-stdout-stderr-reading.js9 net.Socket.prototype.read = function() { class in net
/third_party/skia/third_party/externals/swiftshader/src/System/
DSocket.cpp28 Socket::Socket(SOCKET socket) in Socket() function in sw::Socket
33 Socket::Socket(const char *address, const char *port) in Socket() function in sw::Socket
DSocket.hpp27 class Socket class
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSocket.cpp28 Socket::Socket(SOCKET socket) : socket(socket) in Socket() function in sw::Socket
32 Socket::Socket(const char *address, const char *port) in Socket() function in sw::Socket
DSocket.hpp27 class Socket class
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSocket.hpp72 class Socket class
102 Socket (deSocket* socket) : m_socket(socket) {} in Socket() function in de::Socket
DdeSocket.cpp78 Socket::Socket (void) in Socket() function in de::Socket
/third_party/jerryscript/jerry-debugger/
Djerry_client_tcp.py21 class Socket(object): class
/third_party/python/Modules/clinic/
Doverlapped.c.h312 HANDLE Socket; in _overlapped_BindLocal() local
692 HANDLE Socket; in _overlapped_Overlapped_DisconnectEx() local
726 HANDLE Socket; in _overlapped_Overlapped_TransmitFile() local
/third_party/rust/crates/nix/src/
Ddir.rs214 Socket, enumerator
/third_party/node/lib/
Ddgram.js98 function Socket(type, listener) { class
1051 Socket field
Dnet.js281 function Socket(options) { class
1791 Socket, property
/third_party/python/Modules/
Doverlapped.c516 _overlapped_BindLocal_impl(PyObject *module, HANDLE Socket, int Family) in _overlapped_BindLocal_impl()
1443 HANDLE Socket, DWORD flags) in _overlapped_Overlapped_DisconnectEx_impl()
1489 HANDLE Socket, HANDLE File, in _overlapped_Overlapped_TransmitFile_impl()
D_ssl.c310 PyObject *Socket; /* weakref to socket on which we're layered */ member
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs268 Socket = linux_raw_sys::general::S_IFSOCK as isize, enumerator
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs394 Socket = c::S_IFSOCK as isize, enumerator