Home
last modified time | relevance | path

Searched refs:http_parser_init (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
DREADME.md37 using `http_parser_init()` and set the callbacks. That might look something
46 http_parser_init(parser, HTTP_REQUEST);
182 http_parser_init(parser, HTTP_REQUEST); /* initialise parser */
Dhttp_parser.h312 void http_parser_init(http_parser *parser, enum http_parser_type type);
Dhttp_parser.c2144 http_parser_init (http_parser *parser, enum http_parser_type t) in http_parser_init() function
/third_party/boost/libs/beast/test/bench/parser/
Dnodejs_parser.hpp356 http_parser_init(&state_, request in nodejs_basic_parser()