Home
last modified time | relevance | path

Searched refs:GRPC_COMPRESS_NONE (Results 1 – 23 of 23) 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()
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/
Dcompression.cc46 *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()
Dcompression_internal.cc131 *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/
Dcompressed_payload.cc129 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 …]
Dstream_compression_compressed_payload.cc129 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()
Dworkaround_cronet_compression.cc206 GRPC_COMPRESS_NONE) != 0); in request_with_payload_template()
371 GRPC_COMPRESS_NONE},
/external/grpc-grpc/src/core/lib/surface/
Dbyte_buffer.cc31 GRPC_COMPRESS_NONE); in grpc_raw_byte_buffer_create()
56 bb->data.raw.compression = GRPC_COMPRESS_NONE; in grpc_raw_byte_buffer_from_reader()
Dbyte_buffer_reader.cc38 if (buffer->data.raw.compression == GRPC_COMPRESS_NONE) { in is_compressed()
Dchannel.cc135 &args->args[i], {GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, in grpc_channel_create_with_builder()
Dcall.cc756 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/
Dchannel_args.cc217 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/
Dcompression_types.h57 GRPC_COMPRESS_NONE = 0, enumerator
/external/grpc-grpc/src/core/ext/filters/http/message_compress/
Dmessage_compress_filter.cc100 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/
Dinterop_client.cc62 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()
Dinterop_server.cc115 if (received_compression == GRPC_COMPRESS_NONE) { in CheckExpectedCompression()
/external/grpc-grpc/src/objective-c/GRPCClient/
DGRPCCall+ChannelArg.m45 hostConfig.compressAlgorithm = GRPC_COMPRESS_NONE;
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCHost.m91 _compressAlgorithm = GRPC_COMPRESS_NONE;
233 if (_compressAlgorithm != GRPC_COMPRESS_NONE) {
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi115 none = GRPC_COMPRESS_NONE
Dgrpc.pxi573 GRPC_COMPRESS_NONE
/external/grpc-grpc/test/core/surface/
Dbyte_buffer_reader_test.cc188 GPR_ASSERT(buffer_from_reader->data.raw.compression == GRPC_COMPRESS_NONE); in test_byte_buffer_from_reader()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_compression_options.c353 for (internal_value = GRPC_COMPRESS_NONE; in grpc_rb_compression_options_get_disabled_algorithms()
/external/flatbuffers/include/flatbuffers/
Dgrpc.h295 (buffer->data.raw.compression == GRPC_COMPRESS_NONE) && in Deserialize()
/external/grpc-grpc/doc/
Dcompression_cookbook.md75 `GRPC_COMPRESS_NONE`, has no effect, as no-compression (a.k.a. _identity_) is