Home
last modified time | relevance | path

Searched refs:GRPC_COMPRESS_STREAM_GZIP (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/lib/compression/
Dcompression.cc40 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()
Dcompression_internal.cc98 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/
Dstream_compression_compressed_payload.cc395 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()
Dstream_compression_ping_pong_streaming.cc94 nullptr, GRPC_COMPRESS_STREAM_GZIP); in test_pingpong_streaming()
96 nullptr, GRPC_COMPRESS_STREAM_GZIP); in test_pingpong_streaming()
Dstream_compression_payload.cc266 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/
Dcompression_test.cc34 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/
Dchannel_args_test.cc100 &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/
Dcompression_types.h61 GRPC_COMPRESS_STREAM_GZIP, enumerator
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi576 GRPC_COMPRESS_STREAM_GZIP