Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.cc154 static const grpc_chttp2_hpack_parser_state first_byte_action[] = { variable
698 return first_byte_action[first_byte_lut[*cur]](p, cur, end); in parse_begin()