Home
last modified time | relevance | path

Searched defs:iErrCode (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dprintf.c1330 static void renderLogMsg(int iErrCode, const char *zFormat, va_list ap){ in renderLogMsg()
1343 void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log()
H A Dshell.c.in1325 static void shellLog(void *pArg, int iErrCode, const char *zMsg){
/sqlite-3.40.0/tool/
H A Dfuzzershell.c183 static void shellLog(void *pNotUsed, int iErrCode, const char *zMsg){ in shellLog()
187 static void shellLogNoop(void *pNotUsed, int iErrCode, const char *zMsg){ in shellLogNoop()
/sqlite-3.40.0/test/
H A Ddbfuzz.c548 static void sqlLog(void *pNotUsed, int iErrCode, const char *zMsg){ in sqlLog()
/sqlite-3.40.0/mptest/
H A Dmptest.c342 static void sqlErrorCallback(void *pArg, int iErrCode, const char *zMsg){ in sqlErrorCallback()