Searched refs:onconnection (Results 1 - 12 of 12) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-tls-fast-writing.js | 35 const server = tls.createServer(options, onconnection); 39 function onconnection(conn) { function
|
/third_party/node/test/async-hooks/ |
H A D | test-graph.shutdown.js | 15 .createServer(onconnection) 22 function onconnection(c) { class
|
H A D | test-graph.tcp.js | 15 .createServer(common.mustCall(onconnection)) 27 function onconnection(c) { class
|
H A D | test-shutdownwrap.js | 14 .createServer(onconnection) 21 // It is non-deterministic in which order onconnection and onconnected fire. 24 function onconnection(c) { function
|
H A D | test-writewrap.js | 17 .on('connection', common.mustCall(onconnection)) 49 function onconnection(conn) { function
|
H A D | test-tcpwrap.js | 22 .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 D | child.js | 58 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 D | round_robin_handle.js | 45 this.handle.onconnection = (err, handle) => this.distribute(err, handle);
|
/third_party/node/benchmark/net/ |
H A D | tcp-raw-s2c.js | 38 serverHandle.onconnection = function(err, clientHandle) {
|
H A D | tcp-raw-c2s.js | 38 serverHandle.onconnection = function(err, clientHandle) {
|
H A D | tcp-raw-pipe.js | 43 serverHandle.onconnection = function(err, clientHandle) {
|
/third_party/node/lib/ |
H A D | net.js | 1808 this._handle.onconnection = onconnection; 2043 function onconnection(err, clientHandle) { function 2047 debug('onconnection');
|
Completed in 5 milliseconds