Lines Matching refs:user_proc_table
156 pLib->user_proc_table.user_context = user_proc->user_context; in DivaSTraceLibraryCreateInstance()
157 pLib->user_proc_table.notify_proc = user_proc->notify_proc; in DivaSTraceLibraryCreateInstance()
158 pLib->user_proc_table.trace_proc = user_proc->trace_proc; in DivaSTraceLibraryCreateInstance()
159 pLib->user_proc_table.error_notify_proc = user_proc->error_notify_proc; in DivaSTraceLibraryCreateInstance()
380 if (pLib->user_proc_table.trace_proc) { in SuperTraceMessageInput()
381 (*(pLib->user_proc_table.trace_proc))(pLib->user_proc_table.user_context, in SuperTraceMessageInput()
415 if (pLib->user_proc_table.trace_proc) { in SuperTraceMessageInput()
416 (*(pLib->user_proc_table.trace_proc))(pLib->user_proc_table.user_context, in SuperTraceMessageInput()
1855 if (pLib->user_proc_table.error_notify_proc) { in diva_trace_error()
1856 (*(pLib->user_proc_table.error_notify_proc))(\ in diva_trace_error()
1857 pLib->user_proc_table.user_context, in diva_trace_error()
1869 if (pLib->user_proc_table.notify_proc) { in diva_trace_notify_user()
1870 (*(pLib->user_proc_table.notify_proc))(pLib->user_proc_table.user_context, in diva_trace_notify_user()