Searched refs:shellLog (Results 1 – 2 of 2) sorted by relevance
183 static void shellLog(void *pNotUsed, int iErrCode, const char *zMsg){ in shellLog() function926 sqlite3_config(SQLITE_CONFIG_LOG, verboseFlag ? shellLog : shellLogNoop, 0); in main()
1325 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ function11401 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);