Home
last modified time | relevance | path

Searched refs:F_CONNECTION_KEEP_ALIVE (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/third-party/llhttp/src/
Dhttp.c144 if (!(parser->flags & F_CONNECTION_KEEP_ALIVE)) { in llhttp_should_keep_alive()
/third_party/node/deps/llhttp/src/
Dhttp.c144 if (!(parser->flags & F_CONNECTION_KEEP_ALIVE)) { in llhttp_should_keep_alive()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h150 , F_CONNECTION_KEEP_ALIVE = 1 << 1 enumerator
Dhttp_parser.c1668 parser->flags |= F_CONNECTION_KEEP_ALIVE; in http_parser_execute()
1717 parser->flags |= F_CONNECTION_KEEP_ALIVE; in http_parser_execute()
1751 parser->flags |= F_CONNECTION_KEEP_ALIVE; in http_parser_execute()
2127 if (!(parser->flags & F_CONNECTION_KEEP_ALIVE)) { in http_should_keep_alive()
/third_party/node/deps/llhttp/include/
Dllhttp.h87 F_CONNECTION_KEEP_ALIVE = 0x1, enumerator
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h86 F_CONNECTION_KEEP_ALIVE = 0x1, enumerator