Home
last modified time | relevance | path

Searched defs:socket1 (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/asio/include/boost/asio/local/
Dconnect_pair.hpp46 inline void connect_pair(basic_socket<Protocol, Executor1>& socket1, in connect_pair()
56 basic_socket<Protocol, Executor1>& socket1, in connect_pair()
/third_party/boost/boost/asio/local/
Dconnect_pair.hpp46 inline void connect_pair(basic_socket<Protocol, Executor1>& socket1, in connect_pair()
56 basic_socket<Protocol, Executor1>& socket1, in connect_pair()
/third_party/node/test/parallel/
Dtest-cluster-dgram-reuse.js24 const socket1 = dgram.createSocket(options); constant
Dtest-cluster-dgram-ipv6only.js26 const socket1 = dgram.createSocket({ constant
/third_party/node/test/known_issues/
Dtest-dgram-bind-shared-ports-after-port-0.js50 const socket1 = dgram.createSocket('udp4', () => {}); constant
/third_party/node/test/cctest/
Dtest_inspector_socket_server.cc505 SocketWrapper socket1(&loop); in TEST_F() local
518 SocketWrapper socket1(&loop); in TEST_F() local
531 SocketWrapper socket1(&loop); in TEST_F() local
544 SocketWrapper socket1(&loop); in TEST_F() local
587 SocketWrapper socket1(&loop); in TEST_F() local
/third_party/node/test/sequential/
Dtest-dgram-bind-shared-ports.js76 const socket1 = dgram.createSocket('udp4', common.mustNotCall()); constant
/third_party/boost/libs/asio/test/generic/
Dseq_packet_protocol.cpp71 spp::socket socket1(ioc); in test() local
Ddatagram_protocol.cpp72 dp::socket socket1(ioc); in test() local
Draw_protocol.cpp72 rp::socket socket1(ioc); in test() local
Dstream_protocol.cpp80 sp::socket socket1(ioc); in test() local
/third_party/boost/libs/asio/test/ssl/
Dstream.cpp75 ip::tcp::socket socket1(ioc, ip::tcp::v4()); in test() local
/third_party/boost/libs/asio/test/local/
Ddatagram_protocol.cpp65 dp::socket socket1(ioc); in test() local
Dstream_protocol.cpp73 sp::socket socket1(ioc); in test() local
/third_party/boost/libs/asio/test/ip/
Dicmp.cpp94 ip::icmp::socket socket1(ioc); in test() local
Dudp.cpp110 ip::udp::socket socket1(ioc); in test() local
Dtcp.cpp247 ip::tcp::socket socket1(ioc); in test() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c169 GSocket *socket0, *socket1; member