Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c19605 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() function
30251 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data); in main_init()