Home
last modified time | relevance | path

Searched refs:F_SKIPBODY (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/third-party/llhttp/src/
Dhttp.c43 (parser->flags & F_SKIPBODY) || !hasBody)) { in llhttp__after_headers_complete()
48 if (parser->flags & F_SKIPBODY) { in llhttp__after_headers_complete()
118 (parser->flags & F_SKIPBODY)) { /* response to a HEAD request */ in llhttp_message_needs_eof()
/third_party/node/deps/llhttp/src/
Dhttp.c43 (parser->flags & F_SKIPBODY) || !hasBody)) { in llhttp__after_headers_complete()
48 if (parser->flags & F_SKIPBODY) { in llhttp__after_headers_complete()
118 (parser->flags & F_SKIPBODY)) { /* response to a HEAD request */ in llhttp_message_needs_eof()
/third_party/nghttp2/src/
Dhttp-parser.patch28 if (parser->flags & F_SKIPBODY) {
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h155 , F_SKIPBODY = 1 << 6 enumerator
Dhttp_parser.c1819 parser->flags |= F_SKIPBODY; in http_parser_execute()
1845 (parser->flags & F_SKIPBODY) || !hasBody)) { in http_parser_execute()
1852 if (parser->flags & F_SKIPBODY) { in http_parser_execute()
2105 parser->flags & F_SKIPBODY) { /* response to a HEAD request */ in http_message_needs_eof()
/third_party/node/deps/llhttp/include/
Dllhttp.h93 F_SKIPBODY = 0x40, enumerator
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h92 F_SKIPBODY = 0x40, enumerator