Home
last modified time | relevance | path

Searched refs:GRPC_MESSAGE_COMPRESS_NONE (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/core/lib/compression/
Dcompression_internal.cc38 return GRPC_MESSAGE_COMPRESS_NONE; in grpc_message_compression_algorithm_from_slice()
63 case GRPC_MESSAGE_COMPRESS_NONE: in grpc_message_compression_encoding_mdelem()
99 return GRPC_MESSAGE_COMPRESS_NONE; in grpc_compression_algorithm_to_message_compression_algorithm()
138 if (message_algorithm != GRPC_MESSAGE_COMPRESS_NONE && in grpc_compression_algorithm_from_message_stream_compression_algorithm()
143 if (message_algorithm == GRPC_MESSAGE_COMPRESS_NONE) { in grpc_compression_algorithm_from_message_stream_compression_algorithm()
157 case GRPC_MESSAGE_COMPRESS_NONE: in grpc_compression_algorithm_from_message_stream_compression_algorithm()
182 case GRPC_MESSAGE_COMPRESS_NONE: in grpc_message_compression_algorithm_name()
212 return GRPC_MESSAGE_COMPRESS_NONE; in grpc_message_compression_algorithm_for_level()
257 *algorithm = GRPC_MESSAGE_COMPRESS_NONE; in grpc_message_compression_algorithm_parse()
Dmessage_compress.cc154 case GRPC_MESSAGE_COMPRESS_NONE: in compress_inner()
181 case GRPC_MESSAGE_COMPRESS_NONE: in grpc_msg_decompress()
Dcompression_internal.h34 GRPC_MESSAGE_COMPRESS_NONE = 0, enumerator
/third_party/grpc/test/core/compression/
Dmessage_compress_test.cc96 was_compressed ? algorithm : GRPC_MESSAGE_COMPRESS_NONE, &compressed, in assert_passthrough()
118 if (algorithm == GRPC_MESSAGE_COMPRESS_NONE) return SHOULD_NOT_COMPRESS; in get_compressability()
156 if (i == GRPC_MESSAGE_COMPRESS_NONE) continue; in test_tiny_data_compress()
/third_party/grpc/src/core/ext/filters/http/message_compress/
Dmessage_compress_filter.cc151 GRPC_MESSAGE_COMPRESS_NONE;
186 return message_compression_algorithm_ == GRPC_MESSAGE_COMPRESS_NONE; in SkipMessageCompression()
250 if (message_compression_algorithm_ != GRPC_MESSAGE_COMPRESS_NONE) { in ProcessSendInitialMetadata()
302 GRPC_MESSAGE_COMPRESS_NONE); in FinishSendMessage()
Dmessage_decompress_filter.cc117 grpc_message_compression_algorithm algorithm_ = GRPC_MESSAGE_COMPRESS_NONE;
147 return GRPC_MESSAGE_COMPRESS_NONE; in DecodeMessageCompressionAlgorithm()
187 if (calld->algorithm_ != GRPC_MESSAGE_COMPRESS_NONE) { in OnRecvMessageReady()
/third_party/grpc/src/core/lib/surface/
Dcall.cc204 GRPC_MESSAGE_COMPRESS_NONE;
210 uint32_t encodings_accepted_by_peer = 1 << GRPC_MESSAGE_COMPRESS_NONE;
977 return GRPC_MESSAGE_COMPRESS_NONE; in decode_message_compression()
1331 GRPC_MESSAGE_COMPRESS_NONE)) { in process_data_after_md()
1436 GRPC_MESSAGE_COMPRESS_NONE)) { in validate_filtered_metadata()