Searched refs:feature_cast_exclude (Results 1 – 3 of 3) sorted by relevance
235 if (msg->feature_cast_exclude) in adc_msg_free()237 list_clear(msg->feature_cast_exclude, &hub_free); in adc_msg_free()238 list_destroy(msg->feature_cast_exclude); in adc_msg_free()239 msg->feature_cast_exclude = 0; in adc_msg_free()265 copy->feature_cast_exclude = 0; in adc_msg_copy()291 if (cmd->feature_cast_exclude) in adc_msg_copy()293 copy->feature_cast_exclude = list_create(); in adc_msg_copy()294 LIST_FOREACH(char*, tmp, cmd->feature_cast_exclude, in adc_msg_copy()425 command->feature_cast_exclude = list_create(); in adc_msg_parse()430 list_destroy(command->feature_cast_exclude); in adc_msg_parse()[all …]
36 struct linked_list* feature_cast_exclude; member
175 LIST_FOREACH(char*, tmp, command->feature_cast_exclude, in route_to_subscribers()