Searched refs:time_event_callback (Results 1 – 3 of 3) sorted by relevance
/external/avahi/avahi-core/ |
D | resolve-address.c | 77 static void time_event_callback(AvahiTimeEvent *e, void *userdata) { in time_event_callback() function 95 r->time_event = avahi_time_event_new(r->server->time_event_queue, &tv, time_event_callback, r); in start_timeout()
|
D | resolve-host-name.c | 97 static void time_event_callback(AvahiTimeEvent *e, void *userdata) { in time_event_callback() function 116 r->time_event = avahi_time_event_new(r->server->time_event_queue, &tv, time_event_callback, r); in start_timeout()
|
D | resolve-service.c | 144 static void time_event_callback(AvahiTimeEvent *e, void *userdata) { in time_event_callback() function 163 r->time_event = avahi_time_event_new(r->server->time_event_queue, &tv, time_event_callback, r); in start_timeout()
|