Home
last modified time | relevance | path

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

/dports/net-p2p/uhub/uhub-a8ee6e7/src/adc/
H A Dmessage.c235 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 …]
H A Dmessage.h36 struct linked_list* feature_cast_exclude; member
/dports/net-p2p/uhub/uhub-a8ee6e7/src/core/
H A Droute.c175 LIST_FOREACH(char*, tmp, command->feature_cast_exclude, in route_to_subscribers()