Searched refs:GRPC_COMPRESS_LEVEL_NONE (Results 1 – 13 of 13) sorted by relevance
/third_party/grpc/test/core/compression/ |
D | compression_test.cc | 94 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level() 117 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level() 140 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level() 164 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level() 187 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level() 212 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
|
/third_party/grpc/test/core/end2end/tests/ |
D | compressed_payload.cc | 497 if (server_compression_level > GRPC_COMPRESS_LEVEL_NONE) { in request_with_payload_template_inner() 600 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_exceptionally_uncompressed_payload() 609 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_uncompressed_payload() 618 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload() 627 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, true); in test_invoke_request_with_send_message_before_initial_metadata() 659 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload_md_override() 666 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload_md_override() 673 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload_md_override()
|
D | workaround_cronet_compression.cc | 301 if (server_compression_level > GRPC_COMPRESS_LEVEL_NONE) { in request_with_payload_template() 399 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, in test_workaround_cronet_compression() 406 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, in test_workaround_cronet_compression()
|
D | stream_compression_compressed_payload.cc | 558 GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_compressed_payload() 568 GRPC_COMPRESS_LEVEL_NONE, true, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_send_message_before_initial_metadata() 595 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_compressed_payload_md_override() 602 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); in test_invoke_request_with_compressed_payload_md_override()
|
/third_party/grpc/src/core/lib/compression/ |
D | compression_internal.cc | 211 if (level == GRPC_COMPRESS_LEVEL_NONE || num_supported == 0) { in grpc_message_compression_algorithm_for_level() 241 case GRPC_COMPRESS_LEVEL_NONE: in grpc_message_compression_algorithm_for_level()
|
D | compression.cc | 90 if (level == GRPC_COMPRESS_LEVEL_NONE) { in grpc_compression_algorithm_for_level()
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_compression_options.c | 132 return GRPC_COMPRESS_LEVEL_NONE; in grpc_rb_compression_options_level_name_to_value_internal() 146 return GRPC_COMPRESS_LEVEL_NONE; in grpc_rb_compression_options_level_name_to_value_internal() 277 case GRPC_COMPRESS_LEVEL_NONE: in grpc_rb_compression_options_level_value_to_name_internal()
|
/third_party/grpc/include/grpc/impl/codegen/ |
D | compression_types.h | 72 GRPC_COMPRESS_LEVEL_NONE = 0, enumerator
|
/third_party/grpc/src/core/lib/surface/ |
D | channel.cc | 107 {GRPC_COMPRESS_LEVEL_NONE, GRPC_COMPRESS_LEVEL_NONE, in grpc_channel_create_with_builder()
|
D | call.cc | 1627 GRPC_COMPRESS_LEVEL_NONE; in call_start_batch()
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | records.pyx.pxi | 124 none = GRPC_COMPRESS_LEVEL_NONE
|
D | grpc.pxi | 656 GRPC_COMPRESS_LEVEL_NONE
|
/third_party/grpc/test/cpp/interop/ |
D | interop_server.cc | 169 context->set_compression_level(GRPC_COMPRESS_LEVEL_NONE); in UnaryCall()
|