Searched refs:header_eof (Results 1 – 2 of 2) sorted by relevance
331 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()
413 uint8_t header_eof; member