Lines Matching refs:entry_group
62 static AvahiEntryGroup *entry_group = NULL; variable
112 if (!entry_group) { in register_stuff()
113 if (!(entry_group = avahi_entry_group_new(client, entry_group_callback, config))) { in register_stuff()
119 assert(avahi_entry_group_is_empty(entry_group)); in register_stuff()
123 …if (avahi_entry_group_add_address(entry_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, config->no_rev… in register_stuff()
133 …if (avahi_entry_group_add_service_strlst(entry_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, conf… in register_stuff()
139 …if (avahi_entry_group_add_service_subtype(entry_group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, 0, con… in register_stuff()
145 avahi_entry_group_commit(entry_group); in register_stuff()
167 entry_group = NULL; in client_callback()
197 if (entry_group) { in client_callback()
198 avahi_entry_group_free(entry_group); in client_callback()
199 entry_group = NULL; in client_callback()