Searched refs:huffman_prefix (Results 1 – 1 of 1) sorted by relevance
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_encoder.cc | 476 wire_value(uint8_t huffman_prefix, bool insert_null_before_wire_value, in wire_value() 479 huffman_prefix(huffman_prefix), in wire_value() 486 const uint8_t huffman_prefix; member 555 GRPC_CHTTP2_WRITE_VARINT(len_val, 1, value.huffman_prefix, &data[len_pfx], in emit_lithdr() 592 GRPC_CHTTP2_WRITE_VARINT(len_val, 1, value.huffman_prefix, value_buf, in emit_lithdr_v()
|