Lines Matching refs:sqlite3ErrorWithMsg
21160 SQLITE_PRIVATE void sqlite3ErrorWithMsg(sqlite3*, int, const char*,...);
34779 SQLITE_PRIVATE void sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...){ in sqlite3ErrorWithMsg() function
81662 sqlite3ErrorWithMsg(pErrorDb, sParse.rc, "%s", sParse.zErrMsg);
81673 sqlite3ErrorWithMsg(pErrorDb, SQLITE_ERROR, "unknown database %s", zDb);
81698 sqlite3ErrorWithMsg(db, SQLITE_ERROR, "destination database is in use");
81739 sqlite3ErrorWithMsg(
102087 sqlite3ErrorWithMsg(db, rc, (zErr ? "%s" : (char*)0), zErr);
102246 sqlite3ErrorWithMsg(db, rc, (zErr ? "%s" : (char*)0), zErr);
137090 sqlite3ErrorWithMsg(db, rc,
141457 sqlite3ErrorWithMsg(db, rc, "database schema is locked: %s", zDb);
141475 sqlite3ErrorWithMsg(db, SQLITE_TOOBIG, "statement too long");
141513 sqlite3ErrorWithMsg(db, rc, "%s", sParse.zErrMsg);
155031 sqlite3ErrorWithMsg(db, SQLITE_ERROR,
179430 sqlite3ErrorWithMsg(db, SQLITE_BUSY, "unable to close due to unfinalized "
180125 sqlite3ErrorWithMsg(db, SQLITE_BUSY,
180688 sqlite3ErrorWithMsg(db, SQLITE_ERROR, "unknown database: %s", zDb);
180871 sqlite3ErrorWithMsg(db, db->errCode, sqlite3ErrStr(db->errCode));
180959 sqlite3ErrorWithMsg(db, SQLITE_BUSY,
181627 sqlite3ErrorWithMsg(db, rc, zErrMsg ? "%s" : 0, zErrMsg);
182174 sqlite3ErrorWithMsg(db, rc, (zErrMsg?"%s":0), zErrMsg);
183442 sqlite3ErrorWithMsg(db, rc, (rc?"database is deadlocked":0));