Lines Matching refs:push
277 Readable.prototype.push = function(chunk, encoding) {
349 // We can push more data if we are below the highWaterMark.
375 state.buffer.push(chunk);
403 buffer.push(content);
594 state.buffer.push(chunk);
685 // called push() with new data. In this case we skip performing more
687 // up calling push() with more data.
722 state.pipes.push(dest);
1078 if (!this.push(chunk) && stream.pause) {
1085 this.push(null);