Home
last modified time | relevance | path

Searched refs:unpipe (Results 1 – 25 of 36) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-stream-pipe-unpipe-streams.js23 source.unpipe(dest2);
29 source.unpipe(dest2);
31 source.unpipe(dest1);
85 source.unpipe();
94 src.unpipe(dst);
Dtest-stream2-pipe-error-handling.js38 source.unpipe = function(dest) { function in source
40 stream.Readable.prototype.unpipe.call(this, dest); method in stream.Readable
78 source.unpipe = function(dest) { function in source
80 stream.Readable.prototype.unpipe.call(this, dest); method in stream.Readable
Dtest-stream-pipe-same-destination-twice.js27 passThrough.unpipe(dest);
71 passThrough.unpipe(dest);
72 passThrough.unpipe(dest);
Dtest-stream-unpipe-event.js47 src.unpipe(dest);
81 src.unpipe(dest);
Dtest-stream-readable-unpipe-resume.js11 readStream.unpipe();
Dtest-stream-pipe-flow-after-unpipe.js18 setImmediate(() => rs.unpipe(ws));
Dtest-stream2-unpipe-drain.js62 src1.unpipe(dest);
Dtest-stream-pipe-cleanup-pause.js21 reader.unpipe(writer1);
Dtest-stream-pipe-multiple-pipes.js39 readable.unpipe(target);
Dtest-stream2-unpipe-leak.js55 src.unpipe(dest);
Dtest-crypto-stream.js60 crypto.createHash('md5').unpipe({});
Dtest-stream2-basic.js172 r.unpipe();
248 r.unpipe();
/third_party/node/deps/npm/node_modules/minipass-json-stream/node_modules/minipass/
Dindex.js67 unpipe () { method in Pipe
73 this.unpipe()
80 unpipe () { method in PipeProxyErrors
82 super.unpipe()
399 unpipe (dest) { method in module.exports
403 p.unpipe()
/third_party/node/deps/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/
Dindex.js67 unpipe () { method in Pipe
73 this.unpipe()
80 unpipe () { method in PipeProxyErrors
82 super.unpipe()
399 unpipe (dest) { method in module.exports
403 p.unpipe()
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/
Dindex.js67 unpipe () { method in Pipe
73 this.unpipe()
80 unpipe () { method in PipeProxyErrors
82 super.unpipe()
399 unpipe (dest) { method in module.exports
403 p.unpipe()
/third_party/node/deps/npm/node_modules/minipass-sized/node_modules/minipass/
Dindex.js67 unpipe () { method in Pipe
73 this.unpipe()
80 unpipe () { method in PipeProxyErrors
82 super.unpipe()
399 unpipe (dest) { method in module.exports
403 p.unpipe()
/third_party/node/deps/npm/node_modules/minipass-collect/node_modules/minipass/
Dindex.js67 unpipe () { method in Pipe
73 this.unpipe()
80 unpipe () { method in PipeProxyErrors
82 super.unpipe()
399 unpipe (dest) { method in module.exports
403 p.unpipe()
/third_party/node/deps/npm/node_modules/minipass-flush/node_modules/minipass/
Dindex.js67 unpipe () { method in Pipe
73 this.unpipe()
80 unpipe () { method in PipeProxyErrors
82 super.unpipe()
399 unpipe (dest) { method in module.exports
403 p.unpipe()
/third_party/node/deps/npm/node_modules/minipass-pipeline/node_modules/minipass/
Dindex.js67 unpipe () { method in Pipe
73 this.unpipe()
80 unpipe () { method in PipeProxyErrors
82 super.unpipe()
399 unpipe (dest) { method in module.exports
403 p.unpipe()
/third_party/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c102 static int unpipe; /* un-named pipe if non-zero */ variable
341 unpipe = 1; /* un-named pipe */ in parse_options()
473 if (unpipe) { in setup()
492 if (!unpipe) in cleanup()
509 if (!unpipe) { in do_child()
624 if (!unpipe) { in do_parent()
/third_party/node/deps/npm/node_modules/minipass/
Dindex.js77 unpipe() { method in Pipe
83 this.unpipe()
89 unpipe() { method in PipeProxyErrors
91 super.unpipe()
411 unpipe(dest) { method in Minipass
415 p.unpipe()
Dindex.mjs77 unpipe() { method in Pipe
83 this.unpipe()
89 unpipe() { method in PipeProxyErrors
91 super.unpipe()
411 unpipe(dest) { method in Minipass
415 p.unpipe()
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/lib/
D_stream_readable.js582 var endFn = doEnd ? onend : unpipe;
615 src.removeListener('end', unpipe);
648 unpipe();
659 unpipe();
665 unpipe();
668 function unpipe() { function
670 src.unpipe(dest);
694 Readable.prototype.unpipe = function (dest) { method in Readable
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Dreadable.js593 const endFn = doEnd ? onend : unpipe
623 src.removeListener('end', unpipe)
673 unpipe()
692 unpipe()
698 unpipe()
701 function unpipe() { function
703 src.unpipe(dest)
740 Readable.prototype.unpipe = function (dest) { method in Readable
/third_party/node/lib/internal/streams/
Dreadable.js697 const endFn = doEnd ? onend : unpipe;
733 src.removeListener('end', unpipe);
788 unpipe();
807 unpipe();
813 unpipe();
817 function unpipe() { function
819 src.unpipe(dest);
860 Readable.prototype.unpipe = function(dest) { method in Readable

12