Searched refs:http_parser_init (Results 1 – 4 of 4) sorted by relevance
37 using `http_parser_init()` and set the callbacks. That might look something46 http_parser_init(parser, HTTP_REQUEST);182 http_parser_init(parser, HTTP_REQUEST); /* initialise parser */
312 void http_parser_init(http_parser *parser, enum http_parser_type type);
2144 http_parser_init (http_parser *parser, enum http_parser_type t) in http_parser_init() function
356 http_parser_init(&state_, request in nodejs_basic_parser()