Searched refs:iErrCode (Results 1 - 3 of 3) sorted by relevance
/third_party/sqlite/include/ |
H A D | sqlite3.h | 9306 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
|
/third_party/sqlite/src/ |
H A D | shell.c | 15729 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog() argument 15732 utf8_printf(p->pLog, "(%d) %s\n", iErrCode, zMsg); in shellLog()
|
H A D | sqlite3.c | 9615 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...); 31269 renderLogMsg(int iErrCode, const char *zFormat, va_list ap) renderLogMsg() argument 31282 sqlite3_log(int iErrCode, const char *zFormat, ...) sqlite3_log() argument [all...] |
Completed in 173 milliseconds