Home
last modified time | relevance | path

Searched defs:http_parser_settings (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h68 typedef struct http_parser_settings http_parser_settings; typedef
253 struct http_parser_settings { struct
254 http_cb on_message_begin;
255 http_data_cb on_url;
256 http_data_cb on_status;
257 http_data_cb on_header_field;
258 http_data_cb on_header_value;
259 http_cb on_headers_complete;
260 http_data_cb on_body;
261 http_cb on_message_complete;
[all …]
/third_party/node/deps/http_parser/
Dhttp_parser.h69 typedef struct http_parser_settings http_parser_settings; typedef
334 struct http_parser_settings { struct
335 http_cb on_message_begin;
336 http_data_cb on_url;
337 http_data_cb on_status;
338 http_data_cb on_header_field;
339 http_data_cb on_header_value;
340 http_cb on_headers_complete;
341 http_data_cb on_body;
342 http_cb on_message_complete;
[all …]