Searched refs:AvahiEntryGroup (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-client/
H A Dpublish.h45 typedef struct AvahiEntryGroup AvahiEntryGroup; typedef in typeref:struct:AvahiEntryGroup
47 /** The function prototype for the callback of an AvahiEntryGroup */
49 AvahiEntryGroup *g,
55 /** Create a new AvahiEntryGroup object */
56 AvahiEntryGroup* avahi_entry_group_new(
58 AvahiEntryGroupCallback callback /**< This callback is called whenever the state of this entry group changes. May not be NULL. Please note that this function is called for the first time from within the avahi_entry_group_new() context! Thus, in the callback you should not make use of global variables that are initialized only after your call to avahi_entry_group_new(). A common mistake is to store the AvahiEntryGroup pointer returned by avahi_entry_group_new() in a global variable and assume that this global variable already contains the valid pointer when the callback is called for the first time. A work-around for this is to always use the AvahiEntryGroup pointer passed to the callback function instead of the global pointer. */,
61 /** Clean up and free an AvahiEntryGroup object */
62 int avahi_entry_group_free (AvahiEntryGroup *);
[all...]
H A Dinternal.h46 AVAHI_LLIST_HEAD(AvahiEntryGroup, groups);
56 struct AvahiEntryGroup { struct
63 AVAHI_LLIST_FIELDS(AvahiEntryGroup, groups);
159 void avahi_entry_group_set_state(AvahiEntryGroup *group, AvahiEntryGroupState state);
H A Dentrygroup.c41 void avahi_entry_group_set_state(AvahiEntryGroup *group, AvahiEntryGroupState state) {
54 static int retrieve_state(AvahiEntryGroup *group) {
103 AvahiEntryGroup* avahi_entry_group_new (AvahiClient *client, AvahiEntryGroupCallback callback, void *userdata) {
104 AvahiEntryGroup *group = NULL;
119 if (!(group = avahi_new(AvahiEntryGroup, 1))) {
129 AVAHI_LLIST_PREPEND(AvahiEntryGroup, groups, client->groups, group);
190 static int entry_group_simple_method_call(AvahiEntryGroup *group, const char *method) {
238 int avahi_entry_group_free(AvahiEntryGroup *group) {
247 AVAHI_LLIST_REMOVE(AvahiEntryGroup, groups, client->groups, group);
255 int avahi_entry_group_commit(AvahiEntryGroup *grou
[all...]
H A Dclient-test.c45 static void avahi_entry_group_callback (AvahiEntryGroup *g, AvahiEntryGroupState state, void *userdata) {
49 static void avahi_entry_group2_callback (AvahiEntryGroup *g, AvahiEntryGroupState state, void *userdata) {
184 AvahiEntryGroup *g = userdata;
191 AvahiEntryGroup *g = userdata;
202 AvahiEntryGroup *g = userdata;
216 AvahiEntryGroup *group, *group2;
H A Dclient.c192 AvahiEntryGroup *g;
505 AVAHI_LLIST_HEAD_INIT(AvahiEntryGroup, client->groups);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dpublish.h45 typedef struct AvahiEntryGroup AvahiEntryGroup; typedef in typeref:struct:AvahiEntryGroup
47 /** The function prototype for the callback of an AvahiEntryGroup */
49 AvahiEntryGroup *g,
55 /** Create a new AvahiEntryGroup object */
56 AvahiEntryGroup* avahi_entry_group_new(
58 AvahiEntryGroupCallback callback /**< This callback is called whenever the state of this entry group changes. May not be NULL. Please note that this function is called for the first time from within the avahi_entry_group_new() context! Thus, in the callback you should not make use of global variables that are initialized only after your call to avahi_entry_group_new(). A common mistake is to store the AvahiEntryGroup pointer returned by avahi_entry_group_new() in a global variable and assume that this global variable already contains the valid pointer when the callback is called for the first time. A work-around for this is to always use the AvahiEntryGroup pointer passed to the callback function instead of the global pointer. */,
61 /** Clean up and free an AvahiEntryGroup object */
62 int avahi_entry_group_free (AvahiEntryGroup *);
[all...]
H A Dinternal.h46 AVAHI_LLIST_HEAD(AvahiEntryGroup, groups);
56 struct AvahiEntryGroup { struct
63 AVAHI_LLIST_FIELDS(AvahiEntryGroup, groups);
159 void avahi_entry_group_set_state(AvahiEntryGroup *group, AvahiEntryGroupState state);
H A Dentrygroup.c41 void avahi_entry_group_set_state(AvahiEntryGroup *group, AvahiEntryGroupState state) {
54 static int retrieve_state(AvahiEntryGroup *group) {
103 AvahiEntryGroup* avahi_entry_group_new (AvahiClient *client, AvahiEntryGroupCallback callback, void *userdata) {
104 AvahiEntryGroup *group = NULL;
119 if (!(group = avahi_new(AvahiEntryGroup, 1))) {
129 AVAHI_LLIST_PREPEND(AvahiEntryGroup, groups, client->groups, group);
190 static int entry_group_simple_method_call(AvahiEntryGroup *group, const char *method) {
238 int avahi_entry_group_free(AvahiEntryGroup *group) {
247 AVAHI_LLIST_REMOVE(AvahiEntryGroup, groups, client->groups, group);
255 int avahi_entry_group_commit(AvahiEntryGroup *grou
[all...]
H A Dclient-test.c45 static void avahi_entry_group_callback (AvahiEntryGroup *g, AvahiEntryGroupState state, void *userdata) {
49 static void avahi_entry_group2_callback (AvahiEntryGroup *g, AvahiEntryGroupState state, void *userdata) {
184 AvahiEntryGroup *g = userdata;
191 AvahiEntryGroup *g = userdata;
202 AvahiEntryGroup *g = userdata;
216 AvahiEntryGroup *group, *group2;
H A Dclient.c192 AvahiEntryGroup *g;
505 AVAHI_LLIST_HEAD_INIT(AvahiEntryGroup, client->groups);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_avahi.h32 AvahiEntryGroup *group;
H A Dafp_avahi.c38 static void publish_reply(AvahiEntryGroup *g,
186 static void publish_reply(AvahiEntryGroup *g,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/examples/
H A Dclient-publish-service.c40 static AvahiEntryGroup *group = NULL;
46 static void entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void *userdata) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/examples/
H A Dclient-publish-service.c40 static AvahiEntryGroup *group = NULL;
46 static void entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void *userdata) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Davahi-publish.c64 static AvahiEntryGroup *entry_group = NULL;
68 static void entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, void *userdata) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-publish.c64 static AvahiEntryGroup *entry_group = NULL;
68 static void entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, void *userdata) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.c57 AvahiEntryGroup *group;
212 static void _avahi_entry_group_cb(AvahiEntryGroup * g,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.c57 AvahiEntryGroup *group;
212 static void _avahi_entry_group_cb(AvahiEntryGroup * g,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dcompat.c94 AvahiEntryGroup *entry_group;
1029 static void reg_entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, void *userdata) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dcompat.c94 AvahiEntryGroup *entry_group;
1029 static void reg_entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, void *userdata) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmdns_avahi.c54 static AvahiEntryGroup *mdns_group = NULL;
770 entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void *userdata)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/
H A Dcompat.c727 static void reg_entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, void *userdata) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dcompat.c727 static void reg_entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state, void *userdata) {

Completed in 212 milliseconds