Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c16350 int (*xOut)(const char*, void*); /* Send output here */ member
16470 pInfo->xOut(zMsg, pInfo->pOutArg); in vfstrace_printf()
17350 int (*xOut)(const char*,void*), /* Output routine. ex: fputs */ in vfstrace_register()
17399 pInfo->xOut = xOut; in vfstrace_register()