Home
last modified time | relevance | path

Searched refs:sqlite3ErrorWithMsg (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/src/
H A Dbackup.c90 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 Dvdbeblob.c345 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 Dprepare.c741 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 Dmain.c1232 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 Dnotify.c187 sqlite3ErrorWithMsg(db, rc, (rc?"database is deadlocked":0)); in sqlite3_unlock_notify()
H A Dloadext.c889 sqlite3ErrorWithMsg(db, rc, in sqlite3AutoLoadExtensions()
H A Dutil.c162 void sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...){ in sqlite3ErrorWithMsg() function
H A Dvtab.c874 sqlite3ErrorWithMsg(db, SQLITE_ERROR, in sqlite3_declare_vtab()
H A DsqliteInt.h4992 void sqlite3ErrorWithMsg(sqlite3*, int, const char*,...);
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c316 sqlite3ErrorWithMsg(db, err_code, "%.*s", nMsg, zMsg); in sqlite3_wasm_db_error()
318 sqlite3ErrorWithMsg(db, err_code, NULL); in sqlite3_wasm_db_error()