Home
last modified time | relevance | path

Searched refs:GRPC_COMPRESS_GZIP (Results 1 – 23 of 23) sorted by relevance

/third_party/grpc/test/core/compression/
Dcompression_test.cc36 GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_DEFLATE, in test_compression_algorithm_parse()
68 GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_DEFLATE, in test_compression_algorithm_name()
114 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_GZIP); in test_compression_algorithm_for_level()
120 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level()
124 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level()
128 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level()
160 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_GZIP); in test_compression_algorithm_for_level()
167 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level()
207 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_GZIP); in test_compression_algorithm_for_level()
215 GPR_ASSERT(GRPC_COMPRESS_GZIP == in test_compression_algorithm_for_level()
[all …]
/third_party/grpc/src/core/lib/compression/
Dcompression.cc35 return (algorithm >= GRPC_COMPRESS_DEFLATE && algorithm <= GRPC_COMPRESS_GZIP) in grpc_compression_algorithm_is_message()
53 *algorithm = GRPC_COMPRESS_GZIP; in grpc_compression_algorithm_parse()
75 case GRPC_COMPRESS_GZIP: in grpc_compression_algorithm_name()
141 case GRPC_COMPRESS_GZIP: in grpc_compression_algorithm_slice()
160 return GRPC_COMPRESS_GZIP; in grpc_compression_algorithm_from_slice()
175 case GRPC_COMPRESS_GZIP: in grpc_compression_encoding_mdelem()
Dcompression_internal.cc96 case GRPC_COMPRESS_GZIP: in grpc_compression_algorithm_to_message_compression_algorithm()
164 *algorithm = GRPC_COMPRESS_GZIP; in grpc_compression_algorithm_from_message_stream_compression_algorithm()
/third_party/grpc/test/core/end2end/tests/
Dcompressed_payload.cc410 GRPC_COMPRESS_GZIP) != 0); in request_with_payload_template_inner()
598 GRPC_WRITE_NO_COMPRESS, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_exceptionally_uncompressed_payload()
599 GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, nullptr, false, in test_invoke_request_with_exceptionally_uncompressed_payload()
616 GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_compressed_payload()
617 GRPC_COMPRESS_GZIP, nullptr, false, in test_invoke_request_with_compressed_payload()
625 GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_send_message_before_initial_metadata()
626 GRPC_COMPRESS_GZIP, nullptr, false, in test_invoke_request_with_send_message_before_initial_metadata()
657 GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, in test_invoke_request_with_compressed_payload_md_override()
664 GRPC_COMPRESS_DEFLATE, GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, in test_invoke_request_with_compressed_payload_md_override()
680 0, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_invoke_request_with_disabled_algorithm()
[all …]
Dworkaround_cronet_compression.cc223 GRPC_COMPRESS_GZIP) != 0); in request_with_payload_template()
379 {nullptr, GRPC_COMPRESS_GZIP},
385 GRPC_COMPRESS_GZIP},
388 GRPC_COMPRESS_GZIP}};
397 GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_workaround_cronet_compression()
404 0, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, GRPC_COMPRESS_GZIP, in test_workaround_cronet_compression()
Dstream_compression_compressed_payload.cc395 GRPC_COMPRESS_GZIP) != 0); in request_with_payload_template()
/third_party/grpc/test/core/end2end/fixtures/
Dh2_compress.cc75 client_args, GRPC_COMPRESS_GZIP); in chttp2_init_client_fullstack_compression()
90 server_args, GRPC_COMPRESS_GZIP); in chttp2_init_server_fullstack_compression()
/third_party/grpc/include/grpc/impl/codegen/
Dcompression_types.h60 GRPC_COMPRESS_GZIP, enumerator
/third_party/grpc/examples/cpp/compression/
DREADME.md46 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP);
63 builder.SetDefaultCompressionAlgorithm(GRPC_COMPRESS_GZIP);
Dgreeter_server.cc57 builder.SetDefaultCompressionAlgorithm(GRPC_COMPRESS_GZIP); in RunServer()
Dgreeter_client.cc85 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP); in main()
/third_party/grpc/src/objective-c/GRPCClient/
DGRPCCall+ChannelArg.m52 hostConfig.compressAlgorithm = GRPC_COMPRESS_GZIP;
/third_party/grpc/test/cpp/end2end/
Dserver_builder_plugin_test.cc249 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_P()
Dfilter_end2end_test.cc279 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
Dmessage_allocator_end2end_test.cc172 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpcs()
Dgeneric_end2end_test.cc338 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
Dclient_callback_end2end_test.cc185 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpcs()
Dend2end_test.cc482 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpc()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi120 gzip = GRPC_COMPRESS_GZIP
Dgrpc.pxi651 GRPC_COMPRESS_GZIP
/third_party/grpc/doc/
Dcompression_cookbook.md72 For example, `GRPC_COMPRESS_GZIP` currently has a numeric value of 2. To
/third_party/grpc/test/cpp/interop/
Dinterop_client.cc189 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in PerformLargeUnary()
515 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in DoClientCompressedStreaming()
/third_party/grpc/test/cpp/ios/CronetTests/
DCppCronetEnd2EndTests.mm108 context.set_compression_algorithm(GRPC_COMPRESS_GZIP);