Home
last modified time | relevance | path

Searched refs:ondata (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-stream-readable-pause-and-resume.js26 const ondata = common.mustCall((data) => {
34 rs.removeListener('data', ondata);
40 rs.on('data', ondata);
Dtest-http-1.0-keep-alive.js145 function ondata(s) { function
150 conn.removeListener('data', ondata);
153 conn.on('data', ondata);
Dtest-async-local-storage-http-multiclients.js41 res.on('data', ondata);
50 function ondata(d) { function
Dtest-http-connect-req-res.js47 assert(!socket.ondata);
Dtest-http-connect.js74 assert(!socket.ondata);
Dtest-tls-over-http-tunnel.js138 socket.ondata = null;
/third_party/node/lib/internal/streams/
Dlegacy.js19 function ondata(chunk) { function
25 source.on('data', ondata);
71 source.removeListener('data', ondata);
/third_party/node/lib/internal/
Djs_stream_socket.js64 const ondata = (chunk) => { function
69 stream.removeListener('data', ondata);
79 stream.on('data', ondata);
/third_party/node/test/async-hooks/
Dtest-writewrap.js64 this.once('data', common.mustCall(ondata));
67 function ondata() { function
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/
Dindex.js466 this.removeListener('data', ondata)
470 const ondata = value => { function
478 this.removeListener('data', ondata)
488 this.once('data', ondata)
/third_party/node/deps/npm/node_modules/fs-minipass/node_modules/minipass/
Dindex.js466 this.removeListener('data', ondata)
470 const ondata = value => { function
478 this.removeListener('data', ondata)
488 this.once('data', ondata)
/third_party/node/deps/npm/node_modules/pacote/node_modules/minipass/
Dindex.js466 this.removeListener('data', ondata)
470 const ondata = value => { function
478 this.removeListener('data', ondata)
488 this.once('data', ondata)
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/
Dindex.js466 this.removeListener('data', ondata)
470 const ondata = value => { function
478 this.removeListener('data', ondata)
488 this.once('data', ondata)
/third_party/node/deps/npm/node_modules/https-proxy-agent/
Dindex.js92 if (b) ondata(b);
116 function ondata(b) { function
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/
D_stream_readable.js557 src.removeListener('data', ondata);
569 src.on('data', ondata);
570 function ondata(chunk) { function
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/
D_stream_readable.js598 src.removeListener('data', ondata);
615 src.on('data', ondata);
616 function ondata(chunk) { function
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/
D_stream_readable.js598 src.removeListener('data', ondata);
615 src.on('data', ondata);
616 function ondata(chunk) { function
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/
D_stream_readable.js598 src.removeListener('data', ondata);
615 src.on('data', ondata);
616 function ondata(chunk) { function
/third_party/node/deps/npm/node_modules/readable-stream/lib/
D_stream_readable.js667 src.removeListener('data', ondata);
677 src.on('data', ondata);
679 function ondata(chunk) { function
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/
D_stream_readable.js598 src.removeListener('data', ondata);
615 src.on('data', ondata);
616 function ondata(chunk) { function
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/
D_stream_readable.js598 src.removeListener('data', ondata);
615 src.on('data', ondata);
616 function ondata(chunk) { function
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/
D_stream_readable.js598 src.removeListener('data', ondata);
615 src.on('data', ondata);
616 function ondata(chunk) { function
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/
D_stream_readable.js598 src.removeListener('data', ondata);
615 src.on('data', ondata);
616 function ondata(chunk) { function
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/
D_stream_readable.js598 src.removeListener('data', ondata);
615 src.on('data', ondata);
616 function ondata(chunk) { function
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/
D_stream_readable.js598 src.removeListener('data', ondata);
615 src.on('data', ondata);
616 function ondata(chunk) { function

12