Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/transport/chttp2/
Dbin_encoder_test.cc58 grpc_slice out = grpc_chttp2_huffman_compress(ss); in HUFF()
71 grpc_slice expect = grpc_chttp2_huffman_compress(base64); in expect_combined_equiv()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dbin_encoder.h32 grpc_slice grpc_chttp2_huffman_compress(grpc_slice input);
Dbin_encoder.cc95 grpc_slice grpc_chttp2_huffman_compress(grpc_slice input) { in grpc_chttp2_huffman_compress() function