Lines Matching refs:AvahiSEntryGroup
30 typedef struct AvahiSEntryGroup AvahiSEntryGroup; typedef
38 typedef void (*AvahiSEntryGroupCallback) (AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState…
46 const AvahiRecord *avahi_server_iterate(AvahiServer *s, AvahiSEntryGroup *g, void **state);
53 AvahiSEntryGroup *avahi_s_entry_group_new(AvahiServer *s, AvahiSEntryGroupCallback callback, void* …
56 void avahi_s_entry_group_free(AvahiSEntryGroup *g);
59 int avahi_s_entry_group_commit(AvahiSEntryGroup *g);
62 void avahi_s_entry_group_reset(AvahiSEntryGroup *g);
65 int avahi_s_entry_group_is_empty(AvahiSEntryGroup *g);
68 AvahiEntryGroupState avahi_s_entry_group_get_state(AvahiSEntryGroup *g);
71 void avahi_s_entry_group_set_data(AvahiSEntryGroup *g, void* userdata);
74 void* avahi_s_entry_group_get_data(AvahiSEntryGroup *g);
79 …AvahiSEntryGroup *g, /**< An entry group object if this new record shall be attached to one,…
94 AvahiSEntryGroup *g,
109 AvahiSEntryGroup *g,
123 AvahiSEntryGroup *g,
137 AvahiSEntryGroup *g,
149 AvahiSEntryGroup *g,
161 AvahiSEntryGroup *g,
171 …ol protocol, const char *name, const char *type, const char *domain, AvahiSEntryGroup** ret_group);