Searched refs:sqlite3ErrorWithMsg (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | backup.c | 90 sqlite3ErrorWithMsg(pErrorDb, sParse.rc, "%s", sParse.zErrMsg); in findBtree() 101 sqlite3ErrorWithMsg(pErrorDb, SQLITE_ERROR, "unknown database %s", zDb); in findBtree() 126 sqlite3ErrorWithMsg(db, SQLITE_ERROR, "destination database is in use"); in checkReadTransaction() 167 sqlite3ErrorWithMsg( in sqlite3_backup_init()
|
| H A D | vdbeblob.c | 345 sqlite3ErrorWithMsg(db, rc, (zErr ? "%s" : 0), zErr); in sqlite3_blob_open() 504 sqlite3ErrorWithMsg(db, rc, (zErr ? "%s" : 0), zErr); in sqlite3_blob_reopen()
|
| H A D | prepare.c | 741 sqlite3ErrorWithMsg(db, rc, "database schema is locked: %s", zDb); in sqlite3Prepare() 759 sqlite3ErrorWithMsg(db, SQLITE_TOOBIG, "statement too long"); in sqlite3Prepare() 797 sqlite3ErrorWithMsg(db, rc, "%s", sParse.zErrMsg); in sqlite3Prepare()
|
| H A D | main.c | 1232 sqlite3ErrorWithMsg(db, SQLITE_BUSY, "unable to close due to unfinalized " in sqlite3Close() 1901 sqlite3ErrorWithMsg(db, SQLITE_BUSY, in sqlite3CreateFunc() 2458 sqlite3ErrorWithMsg(db, SQLITE_ERROR, "unknown database: %s", zDb); in sqlite3_wal_checkpoint_v2() 2641 sqlite3ErrorWithMsg(db, db->errCode, sqlite3ErrStr(db->errCode)); in sqlite3_errmsg16() 2729 sqlite3ErrorWithMsg(db, SQLITE_BUSY, in createCollation() 3394 sqlite3ErrorWithMsg(db, rc, zErrMsg ? "%s" : 0, zErrMsg); in openDatabase() 3878 sqlite3ErrorWithMsg(db, rc, (zErrMsg?"%s":0), zErrMsg); in sqlite3_table_column_metadata()
|
| H A D | notify.c | 187 sqlite3ErrorWithMsg(db, rc, (rc?"database is deadlocked":0)); in sqlite3_unlock_notify()
|
| H A D | loadext.c | 889 sqlite3ErrorWithMsg(db, rc, in sqlite3AutoLoadExtensions()
|
| H A D | util.c | 162 void sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...){ in sqlite3ErrorWithMsg() function
|
| H A D | vtab.c | 874 sqlite3ErrorWithMsg(db, SQLITE_ERROR, in sqlite3_declare_vtab()
|
| H A D | sqliteInt.h | 4992 void sqlite3ErrorWithMsg(sqlite3*, int, const char*,...);
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-wasm.c | 316 sqlite3ErrorWithMsg(db, err_code, "%.*s", nMsg, zMsg); in sqlite3_wasm_db_error() 318 sqlite3ErrorWithMsg(db, err_code, NULL); in sqlite3_wasm_db_error()
|