Searched refs:client_work (Results 1 – 1 of 1) sorted by relevance
/external/avahi/avahi-daemon/ |
D | simple-protocol.c | 105 static void client_work(AvahiWatch *watch, int fd, AvahiWatchEvent events, void *userdata); 145 c->watch = s->poll_api->watch_new(s->poll_api, fd, AVAHI_WATCH_IN, client_work, c); in client_new() 385 static void client_work(AvahiWatch *watch, AVAHI_GCC_UNUSED int fd, AvahiWatchEvent events, void *u… in client_work() function
|