Home
last modified time | relevance | path

Searched refs:msecs (Results 1 – 1 of 1) sorted by path

/unit/src/nodejs/unit-http/
H A Dhttp_server.js171 ServerResponse.prototype.setTimeout = function setTimeout(msecs, callback) { argument
172 this.timeout = msecs;
370 ServerRequest.prototype.setTimeout = function setTimeout(msecs, callback) { argument
371 this.timeout = msecs;
457 Server.prototype.setTimeout = function setTimeout(msecs, callback) { argument
458 this.timeout = msecs;