Lines Matching defs:userdata
65 struct userdata { struct
66 pa_core *core;
67 pa_module *module;
68 pa_source *source;
70 pa_thread *thread;
71 pa_thread_mq thread_mq;
72 pa_rtpoll *rtpoll;
74 char *filename;
75 int fd;
100 struct userdata *u = PA_SOURCE(o)->userdata; in source_process_msg() argument
122 static void thread_func(void *userdata) { in thread_func()