Searched refs:GRPC_COMPRESS_LEVEL_NONE (Results 1 – 13 of 13) sorted by relevance
/external/grpc-grpc/test/core/compression/ |
D | compression_test.cc | 91 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level() 114 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level() 137 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level() 161 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level() 184 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level() 209 grpc_compression_algorithm_for_level(GRPC_COMPRESS_LEVEL_NONE, in test_compression_algorithm_for_level()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | compressed_payload.cc | 474 if (server_compression_level > GRPC_COMPRESS_LEVEL_NONE) { in request_with_payload_template() 555 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_exceptionally_uncompressed_payload() 564 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_uncompressed_payload() 573 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload() 582 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, true); in test_invoke_request_with_send_message_before_initial_metadata() 614 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload_md_override() 621 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload_md_override() 628 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false); in test_invoke_request_with_compressed_payload_md_override()
|
D | stream_compression_compressed_payload.cc | 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() 593 /*ignored*/ GRPC_COMPRESS_LEVEL_NONE, false, false, GRPC_COMPRESS_NONE); 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 | 287 if (server_compression_level > GRPC_COMPRESS_LEVEL_NONE) { in request_with_payload_template() 388 /* ignored */ GRPC_COMPRESS_LEVEL_NONE, in test_workaround_cronet_compression()
|
/external/grpc-grpc/src/core/lib/compression/ |
D | compression_internal.cc | 202 if (level == GRPC_COMPRESS_LEVEL_NONE || num_supported == 0) { in grpc_message_compression_algorithm_for_level() 232 case GRPC_COMPRESS_LEVEL_NONE: in grpc_message_compression_algorithm_for_level()
|
D | compression.cc | 89 if (level == GRPC_COMPRESS_LEVEL_NONE) { in grpc_compression_algorithm_for_level()
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_compression_options.c | 130 return GRPC_COMPRESS_LEVEL_NONE; in grpc_rb_compression_options_level_name_to_value_internal() 144 return GRPC_COMPRESS_LEVEL_NONE; in grpc_rb_compression_options_level_name_to_value_internal() 275 case GRPC_COMPRESS_LEVEL_NONE: in grpc_rb_compression_options_level_value_to_name_internal()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | compression_types.h | 71 GRPC_COMPRESS_LEVEL_NONE = 0, enumerator
|
/external/grpc-grpc/src/core/lib/surface/ |
D | channel.cc | 128 {GRPC_COMPRESS_LEVEL_NONE, GRPC_COMPRESS_LEVEL_NONE, in grpc_channel_create_with_builder()
|
D | call.cc | 1537 GRPC_COMPRESS_LEVEL_NONE; in call_start_batch()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | records.pyx.pxi | 121 none = GRPC_COMPRESS_LEVEL_NONE
|
D | grpc.pxi | 190 GRPC_COMPRESS_LEVEL_NONE 580 GRPC_COMPRESS_LEVEL_NONE
|
/external/grpc-grpc/test/cpp/interop/ |
D | interop_server.cc | 169 context->set_compression_level(GRPC_COMPRESS_LEVEL_NONE); in UnaryCall()
|