Home
last modified time | relevance | path

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

/third_party/node/doc/api/
Ddgram.md71 ### Event: `'close'`
80 ### Event: `'connect'`
89 ### Event: `'error'`
100 ### Event: `'listening'`
112 ### Event: `'message'`
141 ### `socket.addMembership(multicastAddress[, multicastInterface])`
193 ### `socket.addSourceSpecificMembership(sourceAddress, groupAddress[, multicastInterface])`
215 ### `socket.address()`
229 ### `socket.bind([port][, address][, callback])`
310 ### `socket.bind(options[, callback])`
[all …]
Dnet.md632 ### `new net.Socket([options])`
662 ### Event: `'close'`
673 ### Event: `'connect'`
682 ### Event: `'data'`
696 ### Event: `'drain'`
706 ### Event: `'end'`
723 ### Event: `'error'`
734 ### Event: `'lookup'`
752 ### Event: `'ready'`
762 ### 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-http-nodelay.js10 net.Socket.prototype.connect = common.mustCall(function(args) { class in net
Dtest-stdout-stderr-reading.js9 net.Socket.prototype.read = function() { class in net
/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/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/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
712 HANDLE Socket; in _overlapped_Overlapped_DisconnectEx() local
746 HANDLE Socket; in _overlapped_Overlapped_TransmitFile() local
/third_party/rust/crates/nix/src/
Ddir.rs214 Socket, enumerator
/third_party/node/lib/
Ddgram.js104 function Socket(type, listener) { class
1081 Socket, property
Dnet.js366 function Socket(options) { class
2336 Socket, property
/third_party/python/Modules/
Doverlapped.c530 _overlapped_BindLocal_impl(PyObject *module, HANDLE Socket, int Family) in _overlapped_BindLocal_impl()
1482 HANDLE Socket, DWORD flags) in _overlapped_Overlapped_DisconnectEx_impl()
1528 HANDLE Socket, HANDLE File, in _overlapped_Overlapped_TransmitFile_impl()
D_ssl.c308 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