Searched refs:GRPC_COMPRESS_DEFLATE (Results 1 – 13 of 13) sorted by relevance
/external/grpc-grpc/test/core/compression/ |
D | compression_test.cc | 33 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/ |
D | compression.cc | 34 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()
|
D | compression_internal.cc | 85 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/ |
D | channel_args_test.cc | 96 &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/ |
D | compression_types.h | 58 GRPC_COMPRESS_DEFLATE, enumerator
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | compressed_payload.cc | 384 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()
|
D | workaround_cronet_compression.cc | 208 GRPC_COMPRESS_DEFLATE) != 0); in request_with_payload_template()
|
D | stream_compression_compressed_payload.cc | 391 GRPC_COMPRESS_DEFLATE) != 0); in request_with_payload_template()
|
/external/grpc-grpc/src/objective-c/GRPCClient/ |
D | GRPCCall+ChannelArg.m | 48 hostConfig.compressAlgorithm = GRPC_COMPRESS_DEFLATE;
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | records.pyx.pxi | 116 deflate = GRPC_COMPRESS_DEFLATE
|
D | grpc.pxi | 574 GRPC_COMPRESS_DEFLATE
|
/external/grpc-grpc/test/core/surface/ |
D | byte_buffer_reader_test.cc | 170 read_compressed_slice(GRPC_COMPRESS_DEFLATE, INPUT_SIZE); in test_read_deflate_compressed_slice()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_channel.cc | 68 args.SetCompressionAlgorithm(GRPC_COMPRESS_DEFLATE); in GetChannelArguments()
|