Home
last modified time | relevance | path

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

/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/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/known_issues/
Dtest-dgram-bind-shared-ports-after-port-0.js50 const socket1 = dgram.createSocket('udp4', () => {}); constant
/third_party/node/test/sequential/
Dtest-dgram-bind-shared-ports.js76 const socket1 = dgram.createSocket('udp4', common.mustNotCall()); constant
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c169 GSocket *socket0, *socket1; member