Searched refs:ch_args_wo_gzip (Results 1 – 1 of 1) sorted by relevance
77 grpc_channel_args *ch_args, *ch_args_wo_gzip, *ch_args_wo_gzip_deflate, in test_compression_algorithm_states() local92 ch_args_wo_gzip = grpc_channel_args_compression_algorithm_set_state( in test_compression_algorithm_states()94 GPR_ASSERT(ch_args == ch_args_wo_gzip); in test_compression_algorithm_states()96 &ch_args_wo_gzip, GRPC_COMPRESS_DEFLATE, 0); in test_compression_algorithm_states()97 GPR_ASSERT(ch_args_wo_gzip == ch_args_wo_gzip_deflate); in test_compression_algorithm_states()116 ch_args_wo_gzip = grpc_channel_args_compression_algorithm_set_state( in test_compression_algorithm_states()118 ch_args_wo_gzip = grpc_channel_args_compression_algorithm_set_state( in test_compression_algorithm_states()119 &ch_args_wo_gzip, GRPC_COMPRESS_STREAM_GZIP, 1); in test_compression_algorithm_states()120 GPR_ASSERT(ch_args_wo_gzip == ch_args_wo_gzip_deflate_gzip); in test_compression_algorithm_states()123 grpc_channel_args_compression_algorithm_get_states(ch_args_wo_gzip)); in test_compression_algorithm_states()