Home
last modified time | relevance | path

Searched refs:onsend (Results 1 – 5 of 5) sorted by relevance

/third_party/node/benchmark/dgram/
Darray-vs-concat.js28 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();
Doffset-length.js24 function onsend() { function
30 socket.send(chunk, 0, chunk.length, PORT, '127.0.0.1', onsend);
38 onsend();
Dsingle-buffer.js24 function onsend() { function
30 socket.send(chunk, PORT, '127.0.0.1', onsend);
38 onsend();
Dmulti-buffer.js28 function onsend() { function
34 socket.send(chunk, PORT, '127.0.0.1', onsend);
42 onsend();
/third_party/node/test/parallel/
Dtest-dgram-send-callback-recursive.js14 function onsend() { function
16 client.send(chunk, 0, chunk.length, port, common.localhostIPv4, onsend);
29 onsend();