Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dshell.c515 static void shellLog(void *pArg, int iErrCode, const char *zMsg){ in shellLog()
H A Dsqlite3.c20926 static void renderLogMsg(int iErrCode, const char *zFormat, va_list ap){ in renderLogMsg()
20940 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log()