Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/compression/
Dcompression_test.cc33 GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_DEFLATE, in test_compression_algorithm_parse()
65 GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_DEFLATE, in test_compression_algorithm_name()
134 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_DEFLATE); in test_compression_algorithm_for_level()
140 GPR_ASSERT(GRPC_COMPRESS_DEFLATE == in test_compression_algorithm_for_level()
144 GPR_ASSERT(GRPC_COMPRESS_DEFLATE == in test_compression_algorithm_for_level()
148 GPR_ASSERT(GRPC_COMPRESS_DEFLATE == in test_compression_algorithm_for_level()
158 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_DEFLATE); in test_compression_algorithm_for_level()
168 GPR_ASSERT(GRPC_COMPRESS_DEFLATE == in test_compression_algorithm_for_level()
172 GPR_ASSERT(GRPC_COMPRESS_DEFLATE == in test_compression_algorithm_for_level()
205 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_DEFLATE); in test_compression_algorithm_for_level()
[all …]
/external/grpc-grpc/src/core/lib/compression/
Dcompression.cc34 return (algorithm >= GRPC_COMPRESS_DEFLATE && algorithm <= GRPC_COMPRESS_GZIP) in grpc_compression_algorithm_is_message()
49 *algorithm = GRPC_COMPRESS_DEFLATE; in grpc_compression_algorithm_parse()
71 case GRPC_COMPRESS_DEFLATE: in grpc_compression_algorithm_name()
137 case GRPC_COMPRESS_DEFLATE: in grpc_compression_algorithm_slice()
152 if (grpc_slice_eq(str, GRPC_MDSTR_DEFLATE)) return GRPC_COMPRESS_DEFLATE; in grpc_compression_algorithm_from_slice()
164 case GRPC_COMPRESS_DEFLATE: in grpc_compression_encoding_mdelem()
Dcompression_internal.cc85 case GRPC_COMPRESS_DEFLATE: in grpc_compression_algorithm_to_message_compression_algorithm()
152 *algorithm = GRPC_COMPRESS_DEFLATE; in grpc_compression_algorithm_from_message_stream_compression_algorithm()
/external/grpc-grpc/test/core/channel/
Dchannel_args_test.cc96 &ch_args_wo_gzip, GRPC_COMPRESS_DEFLATE, 0); in test_compression_algorithm_states()
107 if (i == GRPC_COMPRESS_GZIP || i == GRPC_COMPRESS_DEFLATE || in test_compression_algorithm_states()
125 if (i == GRPC_COMPRESS_DEFLATE) { in test_compression_algorithm_states()
/external/grpc-grpc/include/grpc/impl/codegen/
Dcompression_types.h58 GRPC_COMPRESS_DEFLATE, enumerator
/external/grpc-grpc/test/core/end2end/tests/
Dcompressed_payload.cc384 GRPC_COMPRESS_DEFLATE) != 0); in request_with_payload_template()
619 GRPC_COMPRESS_DEFLATE, GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, in test_invoke_request_with_compressed_payload_md_override()
626 GRPC_COMPRESS_DEFLATE, GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, in test_invoke_request_with_compressed_payload_md_override()
Dworkaround_cronet_compression.cc208 GRPC_COMPRESS_DEFLATE) != 0); in request_with_payload_template()
Dstream_compression_compressed_payload.cc391 GRPC_COMPRESS_DEFLATE) != 0); in request_with_payload_template()
/external/grpc-grpc/src/objective-c/GRPCClient/
DGRPCCall+ChannelArg.m48 hostConfig.compressAlgorithm = GRPC_COMPRESS_DEFLATE;
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi116 deflate = GRPC_COMPRESS_DEFLATE
Dgrpc.pxi574 GRPC_COMPRESS_DEFLATE
/external/grpc-grpc/test/core/surface/
Dbyte_buffer_reader_test.cc170 read_compressed_slice(GRPC_COMPRESS_DEFLATE, INPUT_SIZE); in test_read_deflate_compressed_slice()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc68 args.SetCompressionAlgorithm(GRPC_COMPRESS_DEFLATE); in GetChannelArguments()