Home
last modified time | relevance | path

Searched refs:iErrCode (Results 1 - 3 of 3) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3.h9306 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
/third_party/sqlite/src/
H A Dshell.c15729 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 Dsqlite3.c9615 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