Searched refs:enabled_algorithms_bitset (Results 1 – 7 of 7) sorted by relevance
113 opts->enabled_algorithms_bitset = (1u << GRPC_COMPRESS_ALGORITHMS_COUNT) - 1; in grpc_compression_options_init()118 GPR_BITSET(&opts->enabled_algorithms_bitset, algorithm); in grpc_compression_options_enable_algorithm()123 GPR_BITCLEAR(&opts->enabled_algorithms_bitset, algorithm); in grpc_compression_options_disable_algorithm()129 return GPR_BITGET(opts->enabled_algorithms_bitset, algorithm); in grpc_compression_options_is_algorithm_enabled()
77 uint32_t enabled_algorithms_bitset; member128 if (GPR_UNLIKELY(!GPR_BITGET(channeld->enabled_algorithms_bitset, in process_send_initial_metadata()454 channeld->enabled_algorithms_bitset = in init_channel_elem()460 if (!GPR_BITGET(channeld->enabled_algorithms_bitset, in init_channel_elem()470 channeld->enabled_algorithms_bitset) | in init_channel_elem()
82 uint32_t enabled_algorithms_bitset; member
185 self.c_options.enabled_algorithms_bitset,
587 uint32_t enabled_algorithms_bitset
264 value = INT2NUM((int)compression_options->enabled_algorithms_bitset); in grpc_rb_compression_options_to_hash()
140 channel->compression_options.enabled_algorithms_bitset = in grpc_channel_create_with_builder()