Lines Matching defs:socket
160 constructor(type, socket) { argument
224 ServerResponse.prototype.assignSocket = function assignSocket(socket) { argument
233 ServerResponse.prototype.detachSocket = function detachSocket(socket) { argument
420 function connectionListener(socket) { argument
426 function connectionListenerInternal(server, socket) { argument
521 function updateOutgoingData(socket, state, delta) { argument
526 function socketOnDrain(socket, state) { argument
555 function socketOnClose(socket, state) { argument
575 function socketOnEnd(server, socket, parser, state) { argument
596 function socketOnData(server, socket, parser, state, d) { argument
604 function onRequestTimeout(socket) { argument
609 function onParserExecute(server, socket, parser, state, ret) { argument
619 function onParserTimeout(server, socket) { argument
666 function onParserExecuteCommon(server, socket, parser, state, ret, d) { argument
738 function setRequestTimeout(server, socket) { argument
764 function resOnFinish(req, res, socket, state, server) { argument
769 socket, property
826 function parserOnIncoming(server, socket, state, req, keepAlive) { argument
863 socket, property
905 function resetSocketTimeout(server, socket, state) { argument
938 function unconsume(parser, socket) { argument