Home
last modified time | relevance | path

Searched defs:onconnection (Results 1 – 14 of 14) sorted by relevance

/third_party/node/test/parallel/
Dtest-net-server-nodelay.js17 const onconnection = server._handle.onconnection; constant
Dtest-net-server-keepalive.js25 const onconnection = server._handle.onconnection; constant
Dtest-tcp-wrap-listen.js27 server.onconnection = (err, client) => { function in server
Dtest-tls-fast-writing.js39 function onconnection(conn) { function
/third_party/node/test/async-hooks/
Dtest-writewrap.js49 function onconnection(conn) { function
Dtest-shutdownwrap.js24 function onconnection(c) { function
Dtest-graph.tcp.js27 function onconnection(c) { function
Dtest-graph.shutdown.js22 function onconnection(c) { function
Dtest-tcpwrap.js108 function onconnection(c) { function
/third_party/node/benchmark/net/
Dtcp-raw-s2c.js38 serverHandle.onconnection = function(err, clientHandle) { function
Dtcp-raw-c2s.js38 serverHandle.onconnection = function(err, clientHandle) { function
Dtcp-raw-pipe.js43 serverHandle.onconnection = function(err, clientHandle) { function
/third_party/node/lib/internal/cluster/
Dchild.js228 function onconnection(message, handle) { function
/third_party/node/lib/
Dnet.js2043 function onconnection(err, clientHandle) { function