Home
last modified time | relevance | path

Searched defs:sockets (Results 1 – 22 of 22) sorted by relevance

/third_party/node/test/parallel/
Dtest-child-process-fork-getconnections.js30 const sockets = []; variable
68 const sockets = []; variable
Dtest-net-server-close.js28 const sockets = []; variable
Dtest-net-socket-timeout-unref.js37 const sockets = []; variable
Dtest-http-agent-maxsockets-respected.js49 const sockets = agent.sockets[Object.keys(agent.sockets)[0]]; constant
/third_party/libuv/test/
Dtest-watcher-cross-stop.c32 static uv_udp_t sockets[1250]; variable
34 static uv_udp_t sockets[2500]; variable
Dtest-poll-close.c45 uv_os_sock_t sockets[NUM_SOCKETS]; in TEST_IMPL() local
/third_party/libcoap/src/
Dcoap_io_riot.c167 find_socket(coap_fd_t fd, coap_socket_t *sockets[], unsigned int num_sockets) { in find_socket()
186 coap_socket_t *sockets[LIBCOAP_MAX_SOCKETS]; in coap_io_process() local
Dcoap_io.c1141 coap_socket_t *sockets[],
1182 coap_socket_t *sockets[],
1380 static coap_socket_t *sockets[64]; local
1584 coap_socket_t *sockets[],
/third_party/node/lib/
D_http_agent.js245 this.sockets[name] = []; property
314 this.sockets[name] = []; property
/third_party/node/deps/npm/node_modules/agentkeepalive/
Dindex.d.ts13 sockets: object, property
/third_party/skia/third_party/externals/swiftshader/src/System/
DSocket.cpp73 fd_set sockets; in select() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSocket.cpp72 fd_set sockets; in select() local
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dtcp.c161 GSocket *sockets[2] = { NULL, NULL }; in setup_multisocketsink_and_socketsrc() local
253 GSocket *sockets[4] = { NULL, NULL }; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/
Dipcpipeline1.c163 int sockets[2]; in main() local
Dipc-play.c585 int sockets[2]; in on_pad_added() local
/third_party/libcoap/include/coap3/
Dnet.h760 coap_socket_t *sockets[], in coap_write()
/third_party/node/test/sequential/
Dtest-http-keepalive-maxsockets.js102 function count(sockets) { argument
/third_party/musl/libc-test/src/functionalext/fortify/
Dsocket_ext.c37 int sockets[2]; in send_and_recv_0010() local
/third_party/node/deps/npm/node_modules/agentkeepalive/lib/
D_http_agent.js204 this.sockets[name] = []; property
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dnicetransport.c175 GPtrArray *sockets; in gst_webrtc_nice_transport_update_buffer_size() local
/third_party/python/Lib/asyncio/
Dbase_events.py275 def __init__(self, loop, sockets, protocol_factory, ssl_context, backlog, argument
325 def sockets(self): member in Server
/third_party/lwip/src/api/
Dsockets.c268 static struct lwip_sock sockets[NUM_SOCKETS]; variable