Lines Matching defs:data
197 /* we have valid data */
470 static int source_process_msg_cb(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) {
479 *((int64_t*) data) = 0;
484 *((int64_t*) data) = 0;
489 *((int64_t*) data) = 0;
494 *((int64_t*) data) = 0;
499 *((int64_t*) data) = - (int64_t)remote_latency;
501 *((int64_t*) data) = remote_latency;
509 return pa_source_process_msg(o, code, data, offset, chunk);
595 static int tunnel_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) {
596 struct userdata *u = (struct userdata *) data;
702 * restart data is no longer needed. If do_init() fails, don't touch the
703 * restart data, because following restart attempts will continue to use
704 * the same data. If restart_data is NULL, that means no restart is