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
617 function connectionListener(socket) { argument
623 function connectionListenerInternal(server, socket) { argument
723 function updateOutgoingData(socket, state, delta) { argument
728 function socketOnDrain(socket, state) { argument
757 function socketOnClose(socket, state) { argument
771 function socketOnEnd(server, socket, parser, state) { argument
789 function socketOnData(server, socket, parser, state, d) { argument
797 function onRequestTimeout(socket) { argument
802 function onParserExecute(server, socket, parser, state, ret) { argument
812 function onParserTimeout(server, socket) { argument
882 function onParserExecuteCommon(server, socket, parser, state, ret, d) { argument
945 function resOnFinish(req, res, socket, state, server) { argument
950 socket, property
1003 function parserOnIncoming(server, socket, state, req, keepAlive) { argument
1047 socket, property
1113 function resetSocketTimeout(server, socket, state) { argument
1146 function unconsume(parser, socket) { argument