Home | History | Annotate | Download | only in avahi-daemon

Lines Matching full:userdata

105 static void client_work(AvahiWatch *watch, int fd, AvahiWatchEvent events, void *userdata);
189 void* userdata) {
191 Client *c = userdata;
214 void* userdata) {
216 Client *c = userdata;
237 void* userdata) {
239 Client *c = userdata;
385 static void client_work(AvahiWatch *watch, AVAHI_GCC_UNUSED int fd, AvahiWatchEvent events, void *userdata) {
386 Client *c = userdata;
433 static void server_work(AVAHI_GCC_UNUSED AvahiWatch *watch, int fd, AvahiWatchEvent events, void *userdata) {
434 Server *s = userdata;