Lines Matching refs:bytes
522 // The user has called .end(), and all the bytes have been
964 this[kLastWriteQueueSize] = req.bytes;
985 let bytes = this._bytesDispatched;
994 bytes += el.chunk instanceof Buffer ?
1005 bytes += chunk.length;
1007 bytes += Buffer.byteLength(chunk.chunk, chunk.encoding);
1012 bytes += data.length;
1014 bytes += Buffer.byteLength(data, encoding);
1017 return bytes;
1544 // this doesn't actually consume any bytes, because len=0.