Lines Matching refs:sqlite3ErrorWithMsg
21712 SQLITE_PRIVATE void sqlite3ErrorWithMsg(sqlite3*, int, const char*,...);
35703 SQLITE_PRIVATE void sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...){ in sqlite3ErrorWithMsg() function
83156 sqlite3ErrorWithMsg(pErrorDb, sParse.rc, "%s", sParse.zErrMsg);
83167 sqlite3ErrorWithMsg(pErrorDb, SQLITE_ERROR, "unknown database %s", zDb);
83192 sqlite3ErrorWithMsg(db, SQLITE_ERROR, "destination database is in use");
83233 sqlite3ErrorWithMsg(
103925 sqlite3ErrorWithMsg(db, rc, (zErr ? "%s" : (char*)0), zErr);
104084 sqlite3ErrorWithMsg(db, rc, (zErr ? "%s" : (char*)0), zErr);
139995 sqlite3ErrorWithMsg(db, rc,
144500 sqlite3ErrorWithMsg(db, rc, "database schema is locked: %s", zDb);
144518 sqlite3ErrorWithMsg(db, SQLITE_TOOBIG, "statement too long");
144556 sqlite3ErrorWithMsg(db, rc, "%s", sParse.zErrMsg);
158391 sqlite3ErrorWithMsg(db, SQLITE_ERROR, "syntax error");
158452 sqlite3ErrorWithMsg(db, SQLITE_ERROR,
183917 sqlite3ErrorWithMsg(db, SQLITE_BUSY, "unable to close due to unfinalized "
184649 sqlite3ErrorWithMsg(db, SQLITE_BUSY,
185212 sqlite3ErrorWithMsg(db, SQLITE_ERROR, "unknown database: %s", zDb);
185395 sqlite3ErrorWithMsg(db, db->errCode, sqlite3ErrStr(db->errCode));
185483 sqlite3ErrorWithMsg(db, SQLITE_BUSY,
186155 sqlite3ErrorWithMsg(db, rc, zErrMsg ? "%s" : 0, zErrMsg);
186699 sqlite3ErrorWithMsg(db, rc, (zErrMsg?"%s":0), zErrMsg);
187964 sqlite3ErrorWithMsg(db, rc, (rc?"database is deadlocked":0));