Home
last modified time | relevance | path

Searched refs:onconnection (Results 1 - 12 of 12) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-tls-fast-writing.js35 const server = tls.createServer(options, onconnection);
39 function onconnection(conn) { function
/third_party/node/test/async-hooks/
H A Dtest-graph.shutdown.js15 .createServer(onconnection)
22 function onconnection(c) { class
H A Dtest-graph.tcp.js15 .createServer(common.mustCall(onconnection))
27 function onconnection(c) { class
H A Dtest-shutdownwrap.js14 .createServer(onconnection)
21 // It is non-deterministic in which order onconnection and onconnected fire.
24 function onconnection(c) { function
H A Dtest-writewrap.js17 .on('connection', common.mustCall(onconnection))
49 function onconnection(conn) { function
H A Dtest-tcpwrap.js22 .createServer(common.mustCall(onconnection))
66 // Depending on timing we see client: onconnected or server: onconnection first
108 function onconnection(c) { class
/third_party/node/lib/internal/cluster/
H A Dchild.js58 onconnection(message, handle);
192 // onconnection() below handles that by sending those handles back to
228 function onconnection(message, handle) { function
243 server.onconnection(0, handle);
H A Dround_robin_handle.js45 this.handle.onconnection = (err, handle) => this.distribute(err, handle);
/third_party/node/benchmark/net/
H A Dtcp-raw-s2c.js38 serverHandle.onconnection = function(err, clientHandle) {
H A Dtcp-raw-c2s.js38 serverHandle.onconnection = function(err, clientHandle) {
H A Dtcp-raw-pipe.js43 serverHandle.onconnection = function(err, clientHandle) {
/third_party/node/lib/
H A Dnet.js1808 this._handle.onconnection = onconnection;
2043 function onconnection(err, clientHandle) { function
2047 debug('onconnection');

Completed in 5 milliseconds