/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() 88 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_NONE); /* always */ in test_compression_algorithm_for_level() 90 GPR_ASSERT(GRPC_COMPRESS_NONE == in test_compression_algorithm_for_level() 94 GPR_ASSERT(GRPC_COMPRESS_NONE == in test_compression_algorithm_for_level() 98 GPR_ASSERT(GRPC_COMPRESS_NONE == in test_compression_algorithm_for_level() 102 GPR_ASSERT(GRPC_COMPRESS_NONE == in test_compression_algorithm_for_level() 110 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_NONE); /* always */ in test_compression_algorithm_for_level() 113 GPR_ASSERT(GRPC_COMPRESS_NONE == in test_compression_algorithm_for_level() 133 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_NONE); /* always */ in test_compression_algorithm_for_level() [all …]
|
/external/grpc-grpc/src/core/lib/compression/ |
D | compression.cc | 46 *algorithm = GRPC_COMPRESS_NONE; in grpc_compression_algorithm_parse() 68 case GRPC_COMPRESS_NONE: in grpc_compression_algorithm_name() 90 return GRPC_COMPRESS_NONE; in grpc_compression_algorithm_for_level() 101 return GRPC_COMPRESS_NONE; in grpc_compression_algorithm_for_level() 106 return GRPC_COMPRESS_NONE; in grpc_compression_algorithm_for_level() 135 case GRPC_COMPRESS_NONE: in grpc_compression_algorithm_slice() 151 if (grpc_slice_eq(str, GRPC_MDSTR_IDENTITY)) return GRPC_COMPRESS_NONE; in grpc_compression_algorithm_from_slice() 162 case GRPC_COMPRESS_NONE: in grpc_compression_encoding_mdelem()
|
D | compression_internal.cc | 131 *algorithm = GRPC_COMPRESS_NONE; in grpc_compression_algorithm_from_message_stream_compression_algorithm() 137 *algorithm = GRPC_COMPRESS_NONE; in grpc_compression_algorithm_from_message_stream_compression_algorithm() 143 *algorithm = GRPC_COMPRESS_NONE; in grpc_compression_algorithm_from_message_stream_compression_algorithm() 149 *algorithm = GRPC_COMPRESS_NONE; in grpc_compression_algorithm_from_message_stream_compression_algorithm() 158 *algorithm = GRPC_COMPRESS_NONE; in grpc_compression_algorithm_from_message_stream_compression_algorithm()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | compressed_payload.cc | 129 grpc_channel_args_set_compression_algorithm(nullptr, GRPC_COMPRESS_NONE); in request_for_disabled_algorithm() 382 GRPC_COMPRESS_NONE) != 0); in request_with_payload_template() 554 GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, nullptr, false, in test_invoke_request_with_exceptionally_uncompressed_payload() 562 GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, in test_invoke_request_with_uncompressed_payload() 563 GRPC_COMPRESS_NONE, nullptr, false, in test_invoke_request_with_uncompressed_payload() 588 config, "test_invoke_request_with_server_level", 0, GRPC_COMPRESS_NONE, in test_invoke_request_with_server_level() 589 GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE /* ignored */, in test_invoke_request_with_server_level() 612 GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, GRPC_COMPRESS_GZIP, in test_invoke_request_with_compressed_payload_md_override() 613 GRPC_COMPRESS_NONE, &gzip_compression_override, false, 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() [all …]
|
D | stream_compression_compressed_payload.cc | 129 grpc_channel_args_set_compression_algorithm(nullptr, GRPC_COMPRESS_NONE); in request_for_disabled_algorithm() 389 GRPC_COMPRESS_NONE) != 0); in request_with_payload_template() 556 GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_compressed_payload() 566 GRPC_COMPRESS_LEVEL_NONE, true, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_send_message_before_initial_metadata() 591 GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, GRPC_COMPRESS_STREAM_GZIP, in test_invoke_request_with_compressed_payload_md_override() 592 GRPC_COMPRESS_NONE, &gzip_compression_override, false, in test_invoke_request_with_compressed_payload_md_override() 593 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_compressed_payload_md_override() 598 GRPC_COMPRESS_STREAM_GZIP, GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, in test_invoke_request_with_compressed_payload_md_override() 599 GRPC_COMPRESS_NONE, &identity_compression_override, false, in test_invoke_request_with_compressed_payload_md_override() 600 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_compressed_payload_md_override()
|
D | workaround_cronet_compression.cc | 206 GRPC_COMPRESS_NONE) != 0); in request_with_payload_template() 371 GRPC_COMPRESS_NONE},
|
/external/grpc-grpc/src/core/lib/surface/ |
D | byte_buffer.cc | 31 GRPC_COMPRESS_NONE); in grpc_raw_byte_buffer_create() 56 bb->data.raw.compression = GRPC_COMPRESS_NONE; in grpc_raw_byte_buffer_from_reader()
|
D | byte_buffer_reader.cc | 38 if (buffer->data.raw.compression == GRPC_COMPRESS_NONE) { in is_compressed()
|
D | channel.cc | 135 &args->args[i], {GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, in grpc_channel_create_with_builder()
|
D | call.cc | 756 grpc_compression_algorithm algorithm = GRPC_COMPRESS_NONE; in grpc_call_test_only_get_compression_algorithm() 801 GPR_BITSET(encodings_accepted_by_peer, GRPC_COMPRESS_NONE); in set_encodings_accepted_by_peer() 1610 GRPC_COMPRESS_NONE) { in call_start_batch()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_args.cc | 217 if (a == nullptr) return GRPC_COMPRESS_NONE; in grpc_channel_args_get_compression_algorithm() 225 return GRPC_COMPRESS_NONE; in grpc_channel_args_get_compression_algorithm() 276 } else if (algorithm != GRPC_COMPRESS_NONE) { in grpc_channel_args_compression_algorithm_set_state() 288 } else if (algorithm != GRPC_COMPRESS_NONE) { in grpc_channel_args_compression_algorithm_set_state()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | compression_types.h | 57 GRPC_COMPRESS_NONE = 0, enumerator
|
/external/grpc-grpc/src/core/ext/filters/http/message_compress/ |
D | message_compress_filter.cc | 100 return channeld->default_compression_algorithm == GRPC_COMPRESS_NONE; in skip_compression() 153 if (channeld->default_compression_algorithm != GRPC_COMPRESS_NONE) { in process_send_initial_metadata() 465 channeld->default_compression_algorithm = GRPC_COMPRESS_NONE; in init_channel_elem()
|
/external/grpc-grpc/test/cpp/interop/ |
D | interop_client.cc | 62 if (received_compression == GRPC_COMPRESS_NONE) { in UnaryCompressionChecks() 187 context.set_compression_algorithm(GRPC_COMPRESS_NONE); in PerformLargeUnary() 314 probe_context.set_compression_algorithm(GRPC_COMPRESS_NONE); in DoClientCompressedUnary() 466 probe_context.set_compression_algorithm(GRPC_COMPRESS_NONE); in DoClientCompressedStreaming() 559 GPR_ASSERT(inspector.GetCallCompressionAlgorithm() > GRPC_COMPRESS_NONE); in DoServerCompressedStreaming()
|
D | interop_server.cc | 115 if (received_compression == GRPC_COMPRESS_NONE) { in CheckExpectedCompression()
|
/external/grpc-grpc/src/objective-c/GRPCClient/ |
D | GRPCCall+ChannelArg.m | 45 hostConfig.compressAlgorithm = GRPC_COMPRESS_NONE;
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
D | GRPCHost.m | 91 _compressAlgorithm = GRPC_COMPRESS_NONE; 233 if (_compressAlgorithm != GRPC_COMPRESS_NONE) {
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | records.pyx.pxi | 115 none = GRPC_COMPRESS_NONE
|
D | grpc.pxi | 573 GRPC_COMPRESS_NONE
|
/external/grpc-grpc/test/core/surface/ |
D | byte_buffer_reader_test.cc | 188 GPR_ASSERT(buffer_from_reader->data.raw.compression == GRPC_COMPRESS_NONE); in test_byte_buffer_from_reader()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_compression_options.c | 353 for (internal_value = GRPC_COMPRESS_NONE; in grpc_rb_compression_options_get_disabled_algorithms()
|
/external/flatbuffers/include/flatbuffers/ |
D | grpc.h | 295 (buffer->data.raw.compression == GRPC_COMPRESS_NONE) && in Deserialize()
|
/external/grpc-grpc/doc/ |
D | compression_cookbook.md | 75 `GRPC_COMPRESS_NONE`, has no effect, as no-compression (a.k.a. _identity_) is
|