Lines Matching refs:destroy
416 // For backwards compat do not emit close on destroy.
506 // Used after `.destroy()`
576 this.destroy(er);
710 socket.destroy(errnoException(err, 'read'));
748 this.destroy(new ERR_SOCKET_CLOSED());
760 this.destroy(errnoException(err, 'read'));
798 this.destroy();
800 this.once('finish', this.destroy);
805 debug('destroy');
818 // `bytesRead` and `kBytesWritten` should be accessible after `.destroy()`
861 return this.destroy();
1065 self.destroy(ex);
1101 self.destroy(ex);
1112 // All connections have been tried without success, destroy with error
1114 self.destroy(aggregateErrors(context.errors));
1476 self.destroy(err);
1511 // Callback may come after call to destroy
1564 self.destroy(ex);
2230 sock.destroy(err);