Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c18365 int (*xOut)(const char*, void*); /* Send output here */ member
18485 pInfo->xOut(zMsg, pInfo->pOutArg); in vfstrace_printf()
19365 int (*xOut)(const char*,void*), /* Output routine. ex: fputs */ in vfstrace_register()
19414 pInfo->xOut = xOut; in vfstrace_register()