Searched refs:grpc_chttp2_huffman_compress (Results 1 – 3 of 3) sorted by relevance
58 grpc_slice out = grpc_chttp2_huffman_compress(ss); in HUFF()71 grpc_slice expect = grpc_chttp2_huffman_compress(base64); in expect_combined_equiv()
32 grpc_slice grpc_chttp2_huffman_compress(grpc_slice input);
95 grpc_slice grpc_chttp2_huffman_compress(grpc_slice input) { in grpc_chttp2_huffman_compress() function