Searched refs:entry_group_callback (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dconformance-test.c65 static void entry_group_callback(AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState state, void* userdata);
79 group = avahi_s_entry_group_new(avahi, entry_group_callback, NULL);
99 static void entry_group_callback(AVAHI_GCC_UNUSED AvahiServer *s, AVAHI_GCC_UNUSED AvahiSEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void* userdata) { function
H A Davahi-test.c115 static void entry_group_callback(AVAHI_GCC_UNUSED AvahiServer *s, AVAHI_GCC_UNUSED AvahiSEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void* userdata) { function
159 group = avahi_s_entry_group_new(server, entry_group_callback, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/examples/
H A Dclient-publish-service.c46 static void entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void *userdata) { function
97 if (!(group = avahi_entry_group_new(c, entry_group_callback, NULL))) {
H A Dcore-publish-service.c44 static void entry_group_callback(AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void *userdata) { function
94 if (!(group = avahi_s_entry_group_new(s, entry_group_callback, NULL))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dstatic-hosts.c57 static void entry_group_callback(AvahiServer *s, AVAHI_GCC_UNUSED AvahiSEntryGroup *eg, AvahiEntryGroupState state, void* userdata) { function
129 if (!(h->group = avahi_s_entry_group_new (avahi_server, entry_group_callback, h))) {
H A Dstatic-services.c185 static void entry_group_callback(AvahiServer *s, AVAHI_GCC_UNUSED AvahiSEntryGroup *eg, AvahiEntryGroupState state, void* userdata) { function
244 g->entry_group = avahi_s_entry_group_new(avahi_server, entry_group_callback, g);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-publish.c68 static void entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, void *userdata) { function
115 if (!(entry_group = avahi_entry_group_new(client, entry_group_callback, config))) {

Completed in 206 milliseconds