Searched defs:iErrCode (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | printf.c | 1330 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 D | shell.c.in | 1325 static void shellLog(void *pArg, int iErrCode, const char *zMsg){
|
| /sqlite-3.40.0/tool/ |
| H A D | fuzzershell.c | 183 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 D | dbfuzz.c | 548 static void sqlLog(void *pNotUsed, int iErrCode, const char *zMsg){ in sqlLog()
|
| /sqlite-3.40.0/mptest/ |
| H A D | mptest.c | 342 static void sqlErrorCallback(void *pArg, int iErrCode, const char *zMsg){ in sqlErrorCallback()
|