Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dbin_encoder.cc143 } huff_out; typedef
145 static void enc_flush_some(huff_out* out) { in enc_flush_some()
152 static void enc_add2(huff_out* out, uint8_t a, uint8_t b) { in enc_add2()
162 static void enc_add1(huff_out* out, uint8_t a) { in enc_add1()
179 huff_out out; in grpc_chttp2_base64_encode_and_huffman_compress()