Searched refs:grpc_msg_decompress (Results 1 – 4 of 4) sorted by relevance
95 GPR_ASSERT(grpc_msg_decompress( in assert_passthrough()191 GPR_ASSERT(0 == grpc_msg_decompress(GRPC_MESSAGE_COMPRESS_GZIP, &corrupted, in test_bad_decompression_data_crc()213 0 == grpc_msg_decompress(GRPC_MESSAGE_COMPRESS_DEFLATE, &input, &output)); in test_bad_decompression_data_trailing_garbage()231 0 == grpc_msg_decompress(GRPC_MESSAGE_COMPRESS_DEFLATE, &input, &output)); in test_bad_decompression_data_stream()273 was_decompressed = grpc_msg_decompress(GRPC_MESSAGE_COMPRESS_ALGORITHMS_COUNT, in test_bad_decompression_algorithm()278 grpc_msg_decompress(static_cast<grpc_message_compression_algorithm>( in test_bad_decompression_algorithm()
37 int grpc_msg_decompress(grpc_message_compression_algorithm algorithm,
173 int grpc_msg_decompress(grpc_message_compression_algorithm algorithm, in grpc_msg_decompress() function
55 if (grpc_msg_decompress( in grpc_byte_buffer_reader_init()