Searched refs:processHeader (Results 1 – 2 of 2) sorted by relevance
/third_party/node/benchmark/http/ |
D | bench-parser.js | 21 function processHeader(header, n) { function 53 processHeader(Buffer.from(header), n);
|
/third_party/node/lib/ |
D | _http_outgoing.js | 379 processHeader(this, state, entry[0], entry[1], false); 385 processHeader(this, state, entry[0], entry[1], true); 393 processHeader(this, state, headers[n + 0], headers[n + 1], true); 399 processHeader(this, state, key, headers[key], true); 487 function processHeader(self, state, key, value, validate) { function
|