Lines Matching refs:once
48 once,
244 this.once('response', cb);
348 const oncreate = once((err, socket) => {
859 req.socket.once('timeout', emitRequestTimeout);
862 socket.once('timeout', emitRequestTimeout);
911 // This function is for calls that need to happen once the socket is
926 this.socket.once('connect', callSocketMethod);
931 this.once('socket', onSocket);
944 if (callback) this.once('timeout', callback);
949 this.once('socket', (sock) => setSocketTimeout(sock, msecs));
957 sock.once('connect', function() {