Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dbin_encoder.cc138 struct huff_out { struct
143 static void enc_flush_some(huff_out* out) { in enc_flush_some() argument
150 static void enc_add2(huff_out* out, uint8_t a, uint8_t b) { in enc_add2()
160 static void enc_add1(huff_out* out, uint8_t a) { in enc_add1()
178 huff_out out; in grpc_chttp2_base64_encode_and_huffman_compress()