Searched refs:onsend (Results 1 – 5 of 5) sorted by relevance
/third_party/node/benchmark/dgram/ |
D | array-vs-concat.js | 28 const onsend = type === 'concat' ? onsendConcat : onsendMulti; 36 socket.send(Buffer.concat(chunk), PORT, '127.0.0.1', onsend); 48 socket.send(chunk, PORT, '127.0.0.1', onsend); 56 onsend();
|
D | offset-length.js | 24 function onsend() { function 30 socket.send(chunk, 0, chunk.length, PORT, '127.0.0.1', onsend); 38 onsend();
|
D | single-buffer.js | 24 function onsend() { function 30 socket.send(chunk, PORT, '127.0.0.1', onsend); 38 onsend();
|
D | multi-buffer.js | 28 function onsend() { function 34 socket.send(chunk, PORT, '127.0.0.1', onsend); 42 onsend();
|
/third_party/node/test/parallel/ |
D | test-dgram-send-callback-recursive.js | 14 function onsend() { function 16 client.send(chunk, 0, chunk.length, port, common.localhostIPv4, onsend); 29 onsend();
|