Lines Matching defs:socket
188 constructor(type, socket) { argument
282 ServerResponse.prototype.assignSocket = function assignSocket(socket) { argument
293 ServerResponse.prototype.detachSocket = function detachSocket(socket) { argument
633 function connectionListener(socket) { argument
639 function connectionListenerInternal(server, socket) { argument
739 function updateOutgoingData(socket, state, delta) { argument
744 function socketOnDrain(socket, state) { argument
773 function socketOnClose(socket, state) { argument
787 function socketOnEnd(server, socket, parser, state) { argument
805 function socketOnData(server, socket, parser, state, d) { argument
813 function onRequestTimeout(socket) { argument
818 function onParserExecute(server, socket, parser, state, ret) { argument
828 function onParserTimeout(server, socket) { argument
906 function onParserExecuteCommon(server, socket, parser, state, ret, d) { argument
969 function resOnFinish(req, res, socket, state, server) { argument
974 socket, property
1027 function parserOnIncoming(server, socket, state, req, keepAlive) { argument
1071 socket, property
1137 function resetSocketTimeout(server, socket, state) { argument
1170 function unconsume(parser, socket) { argument