Home
last modified time | relevance | path

Searched defs:http_parser (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/beast/test/bench/parser/nodejs-parser/
Dhttp_parser.h67 typedef struct http_parser http_parser; typedef
222 struct http_parser { struct
224 unsigned int type : 2; /* enum http_parser_type */ argument
226 unsigned int state : 7; /* enum state from http_parser.c */ argument
227 unsigned int header_state : 7; /* enum header_state from http_parser.c */ argument
243 * Should be checked when http_parser_execute() returns in addition to argument
253 struct http_parser_settings { argument
/third_party/boost/libs/beast/test/bench/parser/
Dnodejs_parser.hpp513 cb_chunk_header(http_parser*) in cb_chunk_header() argument
521 cb_chunk_complete(http_parser*) in cb_chunk_complete() argument
/third_party/grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc115 grpc_http_parser http_parser; member