Searched refs:http_parser_execute (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/ |
D | README.md | 66 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);
|
D | http_parser.h | 322 size_t http_parser_execute(http_parser *parser,
|
D | http_parser.c | 634 size_t http_parser_execute (http_parser *parser, in http_parser_execute() function
|
/third_party/nghttp2/src/ |
D | http-parser.patch | 11 @@ -1627,9 +1627,14 @@ size_t http_parser_execute (http_parser *parser,
|
/third_party/boost/libs/beast/test/bench/parser/ |
D | nodejs_parser.hpp | 368 auto const n = http_parser_execute( in write() 385 http_parser_execute(&state_, hooks(), nullptr, 0); in write_eof()
|