Home | History | Annotate | Download | only in avahi-daemon

Lines Matching refs:groups

80     AVAHI_LLIST_FIELDS(StaticServiceGroup, groups);
83 static AVAHI_LLIST_HEAD(StaticServiceGroup, groups) = NULL;
147 AVAHI_LLIST_PREPEND(StaticServiceGroup, groups, groups, g);
176 AVAHI_LLIST_REMOVE(StaticServiceGroup, groups, groups, g);
656 for (g = groups; g; g = g->groups_next)
675 for (g = groups; g; g = n) {
728 while (groups)
729 static_service_group_free(groups);
735 for (g = groups; g; g = g->groups_next)
742 for (g = groups; g; g = g->groups_next)