Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c21887 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() function
33136 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data); in main_init()