Home
last modified time | relevance | path

Searched refs:http_parser_execute (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
DREADME.md66 nparsed = http_parser_execute(parser, &settings, buf, recved);
78 `0` as the fourth parameter to `http_parser_execute()`. Callbacks and errors
114 http_parser_execute() will stop parsing at the end of the headers and return.
117 `http_parser_execute()` returns. Non-HTTP data begins at the buffer supplied
118 offset by the return value of `http_parser_execute()`.
124 During the `http_parser_execute()` call, the callbacks set in
191 nparsed = http_parser_execute(parser, &settings, buf, recved);
Dhttp_parser.h322 size_t http_parser_execute(http_parser *parser,
Dhttp_parser.c634 size_t http_parser_execute (http_parser *parser, in http_parser_execute() function
/third_party/nghttp2/src/
Dhttp-parser.patch11 @@ -1627,9 +1627,14 @@ size_t http_parser_execute (http_parser *parser,
/third_party/boost/libs/beast/test/bench/parser/
Dnodejs_parser.hpp368 auto const n = http_parser_execute( in write()
385 http_parser_execute(&state_, hooks(), nullptr, 0); in write_eof()