Home
last modified time | relevance | path

Searched refs:GRPC_COMPRESS_GZIP (Results 1 – 21 of 21) 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()
111 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_GZIP); in test_compression_algorithm_for_level()
117 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level()
121 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level()
125 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level()
157 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_GZIP); in test_compression_algorithm_for_level()
164 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level()
204 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_GZIP); in test_compression_algorithm_for_level()
212 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level()
/external/grpc-grpc/src/core/lib/compression/
Dcompression.cc34 return (algorithm >= GRPC_COMPRESS_DEFLATE && algorithm <= GRPC_COMPRESS_GZIP) in grpc_compression_algorithm_is_message()
52 *algorithm = GRPC_COMPRESS_GZIP; in grpc_compression_algorithm_parse()
74 case GRPC_COMPRESS_GZIP: in grpc_compression_algorithm_name()
139 case GRPC_COMPRESS_GZIP: in grpc_compression_algorithm_slice()
153 if (grpc_slice_eq(str, GRPC_MDSTR_GZIP)) return GRPC_COMPRESS_GZIP; in grpc_compression_algorithm_from_slice()
166 case GRPC_COMPRESS_GZIP: in grpc_compression_encoding_mdelem()
Dcompression_internal.cc87 case GRPC_COMPRESS_GZIP: in grpc_compression_algorithm_to_message_compression_algorithm()
155 *algorithm = GRPC_COMPRESS_GZIP; in grpc_compression_algorithm_from_message_stream_compression_algorithm()
/external/grpc-grpc/test/core/end2end/tests/
Dcompressed_payload.cc386 GRPC_COMPRESS_GZIP) != 0); in request_with_payload_template()
553 GRPC_WRITE_NO_COMPRESS, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_exceptionally_uncompressed_payload()
554 GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, nullptr, false, in test_invoke_request_with_exceptionally_uncompressed_payload()
571 GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_compressed_payload()
572 GRPC_COMPRESS_GZIP, nullptr, false, in test_invoke_request_with_compressed_payload()
580 GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_send_message_before_initial_metadata()
581 GRPC_COMPRESS_GZIP, nullptr, false, in test_invoke_request_with_send_message_before_initial_metadata()
612 GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, in test_invoke_request_with_compressed_payload_md_override()
619 GRPC_COMPRESS_DEFLATE, GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, in test_invoke_request_with_compressed_payload_md_override()
635 0, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_disabled_algorithm()
Dworkaround_cronet_compression.cc210 GRPC_COMPRESS_GZIP) != 0); in request_with_payload_template()
368 {nullptr, GRPC_COMPRESS_GZIP},
374 GRPC_COMPRESS_GZIP},
377 GRPC_COMPRESS_GZIP}};
386 GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_workaround_cronet_compression()
Dstream_compression_compressed_payload.cc393 GRPC_COMPRESS_GZIP) != 0); in request_with_payload_template()
/external/grpc-grpc/test/core/channel/
Dchannel_args_test.cc66 grpc_channel_args_set_compression_algorithm(nullptr, GRPC_COMPRESS_GZIP); in test_set_compression_algorithm()
93 &ch_args, GRPC_COMPRESS_GZIP, 0); in test_compression_algorithm_states()
107 if (i == GRPC_COMPRESS_GZIP || i == GRPC_COMPRESS_DEFLATE || in test_compression_algorithm_states()
117 &ch_args_wo_gzip_deflate_gzip, GRPC_COMPRESS_GZIP, 1); in test_compression_algorithm_states()
/external/grpc-grpc/test/core/end2end/fixtures/
Dh2_compress.cc72 client_args, GRPC_COMPRESS_GZIP); in chttp2_init_client_fullstack_compression()
86 server_args, GRPC_COMPRESS_GZIP); in chttp2_init_server_fullstack_compression()
/external/grpc-grpc/include/grpc/impl/codegen/
Dcompression_types.h59 GRPC_COMPRESS_GZIP, enumerator
/external/grpc-grpc/test/core/surface/
Dbyte_buffer_reader_test.cc112 buffer->data.raw.compression = GRPC_COMPRESS_GZIP; /* lies! */ in test_read_corrupted_slice()
164 read_compressed_slice(GRPC_COMPRESS_GZIP, INPUT_SIZE); in test_read_gzip_compressed_slice()
/external/grpc-grpc/src/objective-c/GRPCClient/
DGRPCCall+ChannelArg.m51 hostConfig.compressAlgorithm = GRPC_COMPRESS_GZIP;
/external/grpc-grpc/test/cpp/end2end/
Dserver_builder_plugin_test.cc254 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_P()
Dclient_callback_end2end_test.cc85 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpcs()
Dfilter_end2end_test.cc268 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
Dgeneric_end2end_test.cc271 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
Dend2end_test.cc353 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpc()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi117 gzip = GRPC_COMPRESS_GZIP
Dgrpc.pxi575 GRPC_COMPRESS_GZIP
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc75 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP); in GetChannelArguments()
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc185 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in PerformLargeUnary()
493 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in DoClientCompressedStreaming()
/external/grpc-grpc/doc/
Dcompression_cookbook.md72 For example, `GRPC_COMPRESS_GZIP` currently has a numeric value of 2. To