Searched refs:xOut (Results 1 – 2 of 2) sorted by relevance
121 int (*xOut)(const char*, void*); /* Send output here */ member205 pInfo->xOut(zMsg, pInfo->pOutArg); in vfstrace_printf()836 int (*xOut)(const char*,void*), /* Output routine. ex: fputs */ in vfstrace_register()885 pInfo->xOut = xOut; in vfstrace_register()
11658 int (*xOut)(const char*,void*),