Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dfuzzershell.c183 static void shellLog(void *pNotUsed, int iErrCode, const char *zMsg){ in shellLog() function
926 sqlite3_config(SQLITE_CONFIG_LOG, verboseFlag ? shellLog : shellLogNoop, 0); in main()
/sqlite-3.40.0/src/
H A Dshell.c.in1325 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ function
11401 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);