Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc326 t->hpack_parser.is_eof = static_cast<uint8_t>(is_eoh ? t->header_eof : 0); in init_skip_frame_parser()
575 t->header_eof = in init_header_frame_parser()
647 if (t->header_eof) { in init_header_frame_parser()
652 if (t->is_client && t->header_eof) { in init_header_frame_parser()
673 t->hpack_parser.is_eof = static_cast<uint8_t>(is_eoh ? t->header_eof : 0); in init_header_frame_parser()
Dinternal.h421 uint8_t header_eof = 0; member