Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc331 t->hpack_parser.is_eof = static_cast<uint8_t>(is_eoh ? t->header_eof : 0); in init_skip_frame_parser()
545 t->header_eof = in init_header_frame_parser()
616 if (t->is_client && t->header_eof) { in init_header_frame_parser()
639 t->hpack_parser.is_eof = static_cast<uint8_t>(is_eoh ? t->header_eof : 0); in init_header_frame_parser()
Dinternal.h413 uint8_t header_eof; member