Lines Matching refs:avahi_group
176 static AvahiEntryGroup *avahi_group = NULL;
2548 if ((!g) || (g != avahi_group))
2595 if (!avahi_group)
2597 avahi_group = avahi_entry_group_new (c, saned_avahi_group_callback, NULL);
2598 if (avahi_group == NULL)
2605 if (avahi_entry_group_is_empty (avahi_group))
2617 ret = avahi_entry_group_add_service (avahi_group, AVAHI_IF_UNSPEC, proto, 0, avahi_svc_name, SANED_SERVICE_DNS, NULL, NULL, SANED_SERVICE_PORT, txt, NULL);
2628 avahi_entry_group_reset (avahi_group);
2640 ret = avahi_entry_group_commit (avahi_group);
2678 if (avahi_group)
2679 avahi_entry_group_reset (avahi_group);
2684 if (avahi_group)
2685 avahi_entry_group_reset (avahi_group);
2699 avahi_group = NULL;