Lines Matching refs:services
68 AVAHI_LLIST_FIELDS(StaticService, services);
79 AVAHI_LLIST_HEAD(StaticService, services);
130 AVAHI_LLIST_PREPEND(StaticService, services, group->services, s); in static_service_new()
146 AVAHI_LLIST_HEAD_INIT(StaticService, g->services); in static_service_group_new()
155 AVAHI_LLIST_REMOVE(StaticService, services, s->group->services, s); in static_service_free()
173 while (g->services) in static_service_group_free()
174 static_service_free(g->services); in static_service_group_free()
253 for (s = g->services; s; s = s->services_next) { in add_static_service_group_to_server()
433 if (!u->group->name || !u->group->services) { in xml_end()
584 while (g->services) in static_service_group_load()
585 static_service_free(g->services); in static_service_group_load()