Home
last modified time | relevance | path

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

/third_party/nghttp2/third-party/llhttp/src/
Dhttp.c14 if ((parser->flags & F_UPGRADE) && in llhttp__before_headers_complete()
/third_party/node/deps/llhttp/src/
Dhttp.c14 if ((parser->flags & F_UPGRADE) && in llhttp__before_headers_complete()
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h154 , F_UPGRADE = 1 << 5 enumerator
Dhttp_parser.c1458 parser->flags |= F_UPGRADE; in http_parser_execute()
1797 ((parser->flags & (F_UPGRADE | F_CONNECTION_UPGRADE)) == in http_parser_execute()
1798 (F_UPGRADE | F_CONNECTION_UPGRADE) || in http_parser_execute()
/third_party/node/deps/llhttp/include/
Dllhttp.h91 F_UPGRADE = 0x10, enumerator
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h90 F_UPGRADE = 0x10, enumerator