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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dmulticast-lookup.c53 AvahiTimeEvent *all_for_now_event; member in struct:AvahiMulticastLookup
75 avahi_time_event_free(l->all_for_now_event);
76 l->all_for_now_event = NULL;
107 l->all_for_now_event = NULL;
123 l->all_for_now_event = avahi_time_event_new(e->server->time_event_queue, &tv, all_for_now_callback, l);
138 if (l->all_for_now_event) {
139 avahi_time_event_free(l->all_for_now_event);
140 l->all_for_now_event = NULL;

Completed in 35 milliseconds