Home
last modified time | relevance | path

Searched refs:onend (Results 1 - 8 of 8) sorted by relevance

/third_party/node/lib/internal/streams/
H A Dlegacy.js38 source.on('end', onend);
43 function onend() {
74 source.removeListener('end', onend);
H A Dend-of-stream.js118 const onend = () => {
201 stream.on('end', onend);
240 stream.removeListener('end', onend);
H A Dreadable.js729 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 Dparse-proxy-response.js25 socket.removeListener('end', onend);
29 function onend() {
31 debug('onend');
96 socket.on('end', onend);
/third_party/node/test/parallel/
H A Dtest-async-local-storage-http-multiclients.js38 // 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 Drs-utils.js44 source.onend();
/third_party/node/lib/internal/readline/
H A Dinterface.js253 function onend() {
293 input.removeListener('end', onend);
297 input.on('end', onend);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 28 milliseconds