Lines Matching refs:sqlite3ErrorWithMsg
21240 SQLITE_PRIVATE void sqlite3ErrorWithMsg(sqlite3*, int, const char*,...);
35101 SQLITE_PRIVATE void sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...){ in sqlite3ErrorWithMsg() function
82102 sqlite3ErrorWithMsg(pErrorDb, sParse.rc, "%s", sParse.zErrMsg);
82113 sqlite3ErrorWithMsg(pErrorDb, SQLITE_ERROR, "unknown database %s", zDb);
82138 sqlite3ErrorWithMsg(db, SQLITE_ERROR, "destination database is in use");
82179 sqlite3ErrorWithMsg(
102627 sqlite3ErrorWithMsg(db, rc, (zErr ? "%s" : (char*)0), zErr);
102786 sqlite3ErrorWithMsg(db, rc, (zErr ? "%s" : (char*)0), zErr);
138051 sqlite3ErrorWithMsg(db, rc,
142564 sqlite3ErrorWithMsg(db, rc, "database schema is locked: %s", zDb);
142582 sqlite3ErrorWithMsg(db, SQLITE_TOOBIG, "statement too long");
142620 sqlite3ErrorWithMsg(db, rc, "%s", sParse.zErrMsg);
156227 sqlite3ErrorWithMsg(db, SQLITE_ERROR, "syntax error");
156287 sqlite3ErrorWithMsg(db, SQLITE_ERROR,
181046 sqlite3ErrorWithMsg(db, SQLITE_BUSY, "unable to close due to unfinalized "
181741 sqlite3ErrorWithMsg(db, SQLITE_BUSY,
182304 sqlite3ErrorWithMsg(db, SQLITE_ERROR, "unknown database: %s", zDb);
182487 sqlite3ErrorWithMsg(db, db->errCode, sqlite3ErrStr(db->errCode));
182575 sqlite3ErrorWithMsg(db, SQLITE_BUSY,
183243 sqlite3ErrorWithMsg(db, rc, zErrMsg ? "%s" : 0, zErrMsg);
183790 sqlite3ErrorWithMsg(db, rc, (zErrMsg?"%s":0), zErrMsg);
185058 sqlite3ErrorWithMsg(db, rc, (rc?"database is deadlocked":0));