Lines Matching defs:stream
43 const stream = require('stream');
421 stream.Duplex.call(this, options);
493 // Stop the handle from reading and pause the stream
510 ObjectSetPrototypeOf(Socket.prototype, stream.Duplex.prototype);
511 ObjectSetPrototypeOf(Socket, stream.Duplex);
561 return stream.Duplex.prototype.write.call(this, chunk, encoding, cb);
731 stream.Duplex.prototype.end.call(this,
763 return stream.Duplex.prototype.pause.call(this);
772 return stream.Duplex.prototype.resume.call(this);
781 return stream.Duplex.prototype.read.call(this, n);