Searched refs:GRPC_COMPRESS_STREAM_GZIP (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/core/lib/compression/ |
D | compression.cc | 40 return (algorithm == GRPC_COMPRESS_STREAM_GZIP) ? 1 : 0; in grpc_compression_algorithm_is_stream() 55 *algorithm = GRPC_COMPRESS_STREAM_GZIP; in grpc_compression_algorithm_parse() 77 case GRPC_COMPRESS_STREAM_GZIP: in grpc_compression_algorithm_name() 141 case GRPC_COMPRESS_STREAM_GZIP: in grpc_compression_algorithm_slice() 155 return GRPC_COMPRESS_STREAM_GZIP; in grpc_compression_algorithm_from_slice() 168 case GRPC_COMPRESS_STREAM_GZIP: in grpc_compression_encoding_mdelem()
|
D | compression_internal.cc | 98 case GRPC_COMPRESS_STREAM_GZIP: in grpc_compression_algorithm_to_stream_compression_algorithm() 140 *algorithm = GRPC_COMPRESS_STREAM_GZIP; in grpc_compression_algorithm_from_message_stream_compression_algorithm()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | stream_compression_compressed_payload.cc | 395 GRPC_COMPRESS_STREAM_GZIP) != 0); in request_with_payload_template() 553 GRPC_COMPRESS_STREAM_GZIP, GRPC_COMPRESS_STREAM_GZIP, in test_invoke_request_with_compressed_payload() 554 GRPC_COMPRESS_STREAM_GZIP, GRPC_COMPRESS_STREAM_GZIP, nullptr, in test_invoke_request_with_compressed_payload() 563 0, GRPC_COMPRESS_STREAM_GZIP, GRPC_COMPRESS_STREAM_GZIP, in test_invoke_request_with_send_message_before_initial_metadata() 564 GRPC_COMPRESS_STREAM_GZIP, GRPC_COMPRESS_STREAM_GZIP, nullptr, 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() 598 GRPC_COMPRESS_STREAM_GZIP, GRPC_COMPRESS_NONE, GRPC_COMPRESS_NONE, in test_invoke_request_with_compressed_payload_md_override() 607 GRPC_COMPRESS_STREAM_GZIP, GRPC_COMPRESS_STREAM_GZIP, in test_invoke_request_with_disabled_algorithm()
|
D | stream_compression_ping_pong_streaming.cc | 94 nullptr, GRPC_COMPRESS_STREAM_GZIP); in test_pingpong_streaming() 96 nullptr, GRPC_COMPRESS_STREAM_GZIP); in test_pingpong_streaming()
|
D | stream_compression_payload.cc | 266 nullptr, GRPC_COMPRESS_STREAM_GZIP); in test_invoke_request_response_with_payload() 268 nullptr, GRPC_COMPRESS_STREAM_GZIP); in test_invoke_request_response_with_payload()
|
/external/grpc-grpc/test/core/compression/ |
D | compression_test.cc | 34 GRPC_COMPRESS_STREAM_GZIP}; in test_compression_algorithm_parse() 66 GRPC_COMPRESS_STREAM_GZIP}; in test_compression_algorithm_name() 181 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_STREAM_GZIP); in test_compression_algorithm_for_level() 206 GPR_BITSET(&accepted_encodings, GRPC_COMPRESS_STREAM_GZIP); in test_compression_algorithm_for_level()
|
/external/grpc-grpc/test/core/channel/ |
D | channel_args_test.cc | 100 &ch_args_wo_gzip_deflate, GRPC_COMPRESS_STREAM_GZIP, 0); in test_compression_algorithm_states() 108 i == GRPC_COMPRESS_STREAM_GZIP) { in test_compression_algorithm_states() 119 &ch_args_wo_gzip, GRPC_COMPRESS_STREAM_GZIP, 1); in test_compression_algorithm_states()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | compression_types.h | 61 GRPC_COMPRESS_STREAM_GZIP, enumerator
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc.pxi | 576 GRPC_COMPRESS_STREAM_GZIP
|