Searched refs:grpc_chttp2_huffman_compress (Results 1 – 3 of 3) sorted by relevance
59 grpc_slice out = grpc_chttp2_huffman_compress(ss); in HUFF()72 grpc_slice expect = grpc_chttp2_huffman_compress(base64); in expect_combined_equiv()
32 grpc_slice grpc_chttp2_huffman_compress(const grpc_slice& input);
94 grpc_slice grpc_chttp2_huffman_compress(const grpc_slice& input) { in grpc_chttp2_huffman_compress() function