Lines Matching refs:PassThrough
10 PassThrough,
573 const stream = new PassThrough();
728 const s = new PassThrough();
738 const s = new PassThrough();
748 const s = new PassThrough();
758 const s = new PassThrough();
768 const s = new PassThrough();
784 const s = new PassThrough();
802 const s = new PassThrough();
855 const s = new PassThrough();
867 const s = new PassThrough();
879 const s = new PassThrough();
891 const s = new PassThrough();
975 const src = new PassThrough({ autoDestroy: false });
976 const dst = new PassThrough({ autoDestroy: false });
1011 const body = new PassThrough();
1027 const src = new PassThrough();
1028 const dst = new PassThrough();
1036 const src = new PassThrough();
1037 const dst = new PassThrough();
1074 pipeline(req, new PassThrough(), (err) => {
1098 const src = new PassThrough();
1100 const dst = new PassThrough();
1109 const src = new PassThrough();
1361 pipeline([1, 2, 3], PassThrough({ objectMode: true }),
1378 pipeline(Buffer.from(content), PassThrough({ objectMode: true }),
1458 const duplex = new PassThrough();
1478 const duplex = new PassThrough();
1492 const s = new PassThrough({ objectMode: true });
1516 const s = new PassThrough({ objectMode: true });
1600 pipeline(readable, new PassThrough(), common.mustSucceed());
1614 pipeline(dup, new PassThrough(), common.mustSucceed());