Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h32 typedef grpc_error* (*grpc_chttp2_hpack_parser_state)( typedef
55 grpc_chttp2_hpack_parser_state state;
57 const grpc_chttp2_hpack_parser_state* next_state;
59 grpc_chttp2_hpack_parser_state after_prioritization;
Dhpack_parser.cc154 static const grpc_chttp2_hpack_parser_state first_byte_action[] = {
784 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_indexed_field_x()
826 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_incidx()
838 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_incidx_x()
852 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_incidx_v()
893 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_notidx()
905 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_notidx_x()
919 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_notidx_v()
960 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_nvridx()
972 static const grpc_chttp2_hpack_parser_state and_then[] = { in parse_lithdr_nvridx_x()
[all …]