Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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
/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