Home
last modified time | relevance | path

Searched refs:KEEP_ALIVE (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-async-hooks-http-parser-destroy.js12 const KEEP_ALIVE = 100; constant
56 keepAliveMsecs: KEEP_ALIVE,
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.c170 #define KEEP_ALIVE "keep-alive" macro
1623 if (parser->index > sizeof(KEEP_ALIVE)-1 in http_parser_execute()
1624 || c != KEEP_ALIVE[parser->index]) { in http_parser_execute()
1626 } else if (parser->index == sizeof(KEEP_ALIVE)-2) { in http_parser_execute()
/third_party/node/src/
Dnode_http_common.h71 V(KEEP_ALIVE, "keep-alive") \