Home
last modified time | relevance | path

Searched refs:xOut (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_vfstrace.c121 int (*xOut)(const char*, void*); /* Send output here */ member
205 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()
H A Dshell.c.in11658 int (*xOut)(const char*,void*),