sqlite3ErrorWithMsg 13412 ext/sqlite3/libsqlite/sqlite3.c SQLITE_PRIVATE void sqlite3ErrorWithMsg(sqlite3*, int, const char*,...);
sqlite3ErrorWithMsg 62388 ext/sqlite3/libsqlite/sqlite3.c       sqlite3ErrorWithMsg(pErrorDb, SQLITE_NOMEM, "out of memory");
sqlite3ErrorWithMsg 62393 ext/sqlite3/libsqlite/sqlite3.c         sqlite3ErrorWithMsg(pErrorDb, pParse->rc, "%s", pParse->zErrMsg);
sqlite3ErrorWithMsg 62406 ext/sqlite3/libsqlite/sqlite3.c     sqlite3ErrorWithMsg(pErrorDb, SQLITE_ERROR, "unknown database %s", zDb);
sqlite3ErrorWithMsg 62431 ext/sqlite3/libsqlite/sqlite3.c     sqlite3ErrorWithMsg(db, SQLITE_ERROR, "destination database is in use");
sqlite3ErrorWithMsg 62472 ext/sqlite3/libsqlite/sqlite3.c     sqlite3ErrorWithMsg(
sqlite3ErrorWithMsg 67391 ext/sqlite3/libsqlite/sqlite3.c     sqlite3ErrorWithMsg(db, p->rc, p->zErrMsg ? "%s" : 0, p->zErrMsg);
sqlite3ErrorWithMsg 77753 ext/sqlite3/libsqlite/sqlite3.c   sqlite3ErrorWithMsg(db, rc, (zErr ? "%s" : 0), zErr);
sqlite3ErrorWithMsg 77885 ext/sqlite3/libsqlite/sqlite3.c       sqlite3ErrorWithMsg(db, rc, (zErr ? "%s" : 0), zErr);
sqlite3ErrorWithMsg 103119 ext/sqlite3/libsqlite/sqlite3.c       sqlite3ErrorWithMsg(db, rc,
sqlite3ErrorWithMsg 106171 ext/sqlite3/libsqlite/sqlite3.c         sqlite3ErrorWithMsg(db, rc, "database schema is locked: %s", zDb);
sqlite3ErrorWithMsg 106188 ext/sqlite3/libsqlite/sqlite3.c       sqlite3ErrorWithMsg(db, SQLITE_TOOBIG, "statement too long");
sqlite3ErrorWithMsg 106255 ext/sqlite3/libsqlite/sqlite3.c     sqlite3ErrorWithMsg(db, rc, "%s", zErrMsg);
sqlite3ErrorWithMsg 115323 ext/sqlite3/libsqlite/sqlite3.c       sqlite3ErrorWithMsg(db, SQLITE_ERROR, (zErr ? "%s" : 0), zErr);
sqlite3ErrorWithMsg 128987 ext/sqlite3/libsqlite/sqlite3.c     sqlite3ErrorWithMsg(db, SQLITE_BUSY, "unable to close due to unfinalized "
sqlite3ErrorWithMsg 129575 ext/sqlite3/libsqlite/sqlite3.c       sqlite3ErrorWithMsg(db, SQLITE_BUSY, 
sqlite3ErrorWithMsg 129980 ext/sqlite3/libsqlite/sqlite3.c     sqlite3ErrorWithMsg(db, SQLITE_ERROR, "unknown database: %s", zDb);
sqlite3ErrorWithMsg 130141 ext/sqlite3/libsqlite/sqlite3.c       sqlite3ErrorWithMsg(db, db->errCode, sqlite3ErrStr(db->errCode));
sqlite3ErrorWithMsg 130226 ext/sqlite3/libsqlite/sqlite3.c       sqlite3ErrorWithMsg(db, SQLITE_BUSY, 
sqlite3ErrorWithMsg 130785 ext/sqlite3/libsqlite/sqlite3.c     sqlite3ErrorWithMsg(db, rc, zErrMsg ? "%s" : 0, zErrMsg);
sqlite3ErrorWithMsg 131273 ext/sqlite3/libsqlite/sqlite3.c   sqlite3ErrorWithMsg(db, rc, (zErrMsg?"%s":0), zErrMsg);
sqlite3ErrorWithMsg 131959 ext/sqlite3/libsqlite/sqlite3.c   sqlite3ErrorWithMsg(db, rc, (rc?"database is deadlocked":0));