Home
last modified time | relevance | path

Searched refs:grpc_chttp2_hpack_parser_state (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h32 typedef grpc_error* (*grpc_chttp2_hpack_parser_state)( typedef
54 grpc_chttp2_hpack_parser_state state;
56 const grpc_chttp2_hpack_parser_state* next_state;
58 grpc_chttp2_hpack_parser_state after_prioritization;
Dhpack_parser.cc160 static const grpc_chttp2_hpack_parser_state first_byte_action[] = {
801 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_indexed_field_x()
860 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_incidx()
873 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_incidx_x()
888 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_incidx_v()
924 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_notidx()
937 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_notidx_x()
952 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_notidx_v()
988 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_nvridx()
1001 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_nvridx_x()
[all …]