Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h93 uint8_t is_boundary; member
Dparsing.cc325 t->hpack_parser.is_boundary = is_eoh; in init_skip_frame_parser()
672 t->hpack_parser.is_boundary = is_eoh; in init_header_frame_parser()
Dhpack_parser.cc1718 if (parser->is_boundary && parser->state != parse_begin) { in grpc_chttp2_header_parser_parse()
1725 if (parser->is_boundary) { in grpc_chttp2_header_parser_parse()
1756 parser->is_boundary = 0xde; in grpc_chttp2_header_parser_parse()