Lines Matching defs:end
482 this.on('end', onReadableStreamEnd);
522 // The user has called .end(), and all the bytes have been
556 // Provide a better error message when we call end() as a result
557 // of the other side sending a FIN. The standard 'write after end'
730 Socket.prototype.end = function(data, encoding, callback) {
731 stream.Duplex.prototype.end.call(this,
785 // Called when the 'end' event is emitted.
795 this.end();
1528 self.end();
2122 function end(err, connections) {
2131 end(null, this._connections);
2142 return end(err);
2146 if (--left === 0) return end(null, total);