Searched refs:compression_options (Results 1 – 5 of 5) sorted by relevance
227 grpc_compression_options* compression_options, VALUE algorithm_name) { in grpc_rb_compression_options_disable_algorithm() argument232 grpc_compression_options_disable_algorithm(compression_options, in grpc_rb_compression_options_disable_algorithm()240 grpc_compression_options* compression_options = NULL; in grpc_rb_compression_options_to_hash() local247 compression_options = wrapper->wrapped; in grpc_rb_compression_options_to_hash()251 if (compression_options->default_level.is_set) { in grpc_rb_compression_options_to_hash()253 value = INT2NUM((int)compression_options->default_level.level); in grpc_rb_compression_options_to_hash()257 if (compression_options->default_algorithm.is_set) { in grpc_rb_compression_options_to_hash()259 value = INT2NUM((int)compression_options->default_algorithm.algorithm); in grpc_rb_compression_options_to_hash()264 value = INT2NUM((int)compression_options->enabled_algorithms_bitset); in grpc_rb_compression_options_to_hash()
63 grpc_compression_options compression_options; member120 grpc_compression_options_init(&channel->compression_options); in grpc_channel_create_with_builder()124 channel->compression_options.default_level.is_set = true; in grpc_channel_create_with_builder()125 channel->compression_options.default_level.level = in grpc_channel_create_with_builder()132 channel->compression_options.default_algorithm.is_set = true; in grpc_channel_create_with_builder()133 channel->compression_options.default_algorithm.algorithm = in grpc_channel_create_with_builder()140 channel->compression_options.enabled_algorithms_bitset = in grpc_channel_create_with_builder()469 return channel->compression_options; in grpc_channel_compression_options()
1354 const grpc_compression_options compression_options = in validate_filtered_metadata() local1362 &compression_options, compression_algorithm) == 0) { in validate_filtered_metadata()
41 const io::RecordWriterOptions& compression_options,
104 compression_options =106 compression_channel_args = compression_options.to_channel_arg_hash