/third_party/grpc/test/core/compression/ |
D | compression_test.cc | 36 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/ |
D | compression.cc | 35 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()
|
D | compression_internal.cc | 96 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/ |
D | compressed_payload.cc | 410 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 …]
|
D | workaround_cronet_compression.cc | 223 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()
|
D | stream_compression_compressed_payload.cc | 395 GRPC_COMPRESS_GZIP) != 0); in request_with_payload_template()
|
/third_party/grpc/test/core/end2end/fixtures/ |
D | h2_compress.cc | 75 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/ |
D | compression_types.h | 60 GRPC_COMPRESS_GZIP, enumerator
|
/third_party/grpc/examples/cpp/compression/ |
D | README.md | 46 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP); 63 builder.SetDefaultCompressionAlgorithm(GRPC_COMPRESS_GZIP);
|
D | greeter_server.cc | 57 builder.SetDefaultCompressionAlgorithm(GRPC_COMPRESS_GZIP); in RunServer()
|
D | greeter_client.cc | 85 args.SetCompressionAlgorithm(GRPC_COMPRESS_GZIP); in main()
|
/third_party/grpc/src/objective-c/GRPCClient/ |
D | GRPCCall+ChannelArg.m | 52 hostConfig.compressAlgorithm = GRPC_COMPRESS_GZIP;
|
/third_party/grpc/test/cpp/end2end/ |
D | server_builder_plugin_test.cc | 249 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_P()
|
D | filter_end2end_test.cc | 279 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
|
D | message_allocator_end2end_test.cc | 172 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpcs()
|
D | generic_end2end_test.cc | 338 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
|
D | client_callback_end2end_test.cc | 185 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpcs()
|
D | end2end_test.cc | 482 context.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpc()
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | records.pyx.pxi | 120 gzip = GRPC_COMPRESS_GZIP
|
D | grpc.pxi | 651 GRPC_COMPRESS_GZIP
|
/third_party/grpc/doc/ |
D | compression_cookbook.md | 72 For example, `GRPC_COMPRESS_GZIP` currently has a numeric value of 2. To
|
/third_party/grpc/test/cpp/interop/ |
D | interop_client.cc | 189 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/ |
D | CppCronetEnd2EndTests.mm | 108 context.set_compression_algorithm(GRPC_COMPRESS_GZIP);
|