Searched refs:onend (Results 1 - 8 of 8) sorted by relevance
/third_party/node/lib/internal/streams/ |
H A D | legacy.js | 38 source.on('end', onend); 43 function onend() { 74 source.removeListener('end', onend);
|
H A D | end-of-stream.js | 118 const onend = () => { 201 stream.on('end', onend); 240 stream.removeListener('end', onend);
|
H A D | readable.js | 729 const endFn = doEnd ? onend : unpipe; 746 function onend() { 747 debug('onend'); 764 src.removeListener('end', onend);
|
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/ |
H A D | parse-proxy-response.js | 25 socket.removeListener('end', onend); 29 function onend() { 31 debug('onend'); 96 socket.on('end', onend);
|
/third_party/node/test/parallel/ |
H A D | test-async-local-storage-http-multiclients.js | 38 // Make ondata and onend non-closure 42 res.on('end', common.mustCall(onend)); 59 function onend() { function
|
/third_party/node/test/fixtures/wpt/streams/resources/ |
H A D | rs-utils.js | 44 source.onend();
|
/third_party/node/lib/internal/readline/ |
H A D | interface.js | 253 function onend() { 293 input.removeListener('end', onend); 297 input.on('end', onend);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 28 milliseconds