Home
last modified time | relevance | path

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

/third_party/grpc/test/core/compression/
Dcompression_test.cc280 grpc_channel_args *ch_args, *ch_args_wo_gzip, *ch_args_wo_gzip_deflate, in test_channel_args_compression_algorithm_states() local
295 ch_args_wo_gzip = grpc_channel_args_compression_algorithm_set_state( in test_channel_args_compression_algorithm_states()
297 GPR_ASSERT(ch_args == ch_args_wo_gzip); in test_channel_args_compression_algorithm_states()
299 &ch_args_wo_gzip, GRPC_COMPRESS_DEFLATE, 0); in test_channel_args_compression_algorithm_states()
300 GPR_ASSERT(ch_args_wo_gzip == ch_args_wo_gzip_deflate); in test_channel_args_compression_algorithm_states()
319 ch_args_wo_gzip = grpc_channel_args_compression_algorithm_set_state( in test_channel_args_compression_algorithm_states()
321 ch_args_wo_gzip = grpc_channel_args_compression_algorithm_set_state( in test_channel_args_compression_algorithm_states()
322 &ch_args_wo_gzip, GRPC_COMPRESS_STREAM_GZIP, 1); in test_channel_args_compression_algorithm_states()
323 GPR_ASSERT(ch_args_wo_gzip == ch_args_wo_gzip_deflate_gzip); in test_channel_args_compression_algorithm_states()
326 grpc_channel_args_compression_algorithm_get_states(ch_args_wo_gzip)); in test_channel_args_compression_algorithm_states()