Home
last modified time | relevance | path

Searched refs:SQLITE_NOTADB (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/dports/databases/db5/db-5.3.28/lang/sql/jdbc/native/
H A Dmkconst.c91 #ifndef SQLITE_NOTADB in main()
92 #define SQLITE_NOTADB (SQLITE_RANGE + 1) in main() macro
94 PCONST(SQLITE_NOTADB); in main()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/src/
H A Derror.rs89 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
194 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/src/
H A Derror.rs89 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
193 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/
H A Derror_delegate_util.cc20 case SQLITE_NOTADB: in IsErrorCatastrophic()
H A Drecovery.cc619 probe_db.GetErrorCode() != SQLITE_NOTADB) { in BeginRecoverDatabase()
768 case SQLITE_NOTADB: in ShouldRecover()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Derror_delegate_util.cc20 case SQLITE_NOTADB: in IsErrorCatastrophic()
H A Drecovery.cc618 probe_db.GetErrorCode() != SQLITE_NOTADB) { in BeginRecoverDatabase()
767 case SQLITE_NOTADB: in ShouldRecover()
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs90 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
222 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs90 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
222 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs90 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
222 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/src/
H A Derror.rs90 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
222 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs90 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
222 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/libsqlite3-sys-0.18.0/src/
H A Derror.rs90 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
219 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
/dports/www/firefox/firefox-99.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs90 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
222 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs90 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
222 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs90 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
222 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs90 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()
219 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/
H A Ddbwrapper.cpp76 else if (err == SQLITE_NOTADB) in Open()
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/
H A DConstants.java63 public static final int SQLITE_NOTADB = 26; field in Constants
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/direct-sqlite-2.3.26/Database/SQLite3/Bindings/
H A DTypes.hsc291 #{const SQLITE_NOTADB} -> ErrorNotADatabase
326 ErrorNotADatabase -> #const SQLITE_NOTADB
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webdatabase/
H A Dweb_database_host.cc116 if (error != SQLITE_CORRUPT && error != SQLITE_NOTADB) in ReportSqliteError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webdatabase/
H A Dweb_database_host.cc114 if (error != SQLITE_CORRUPT && error != SQLITE_NOTADB) in ReportSqliteError()
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/
H A Dutils.c83 case SQLITE_NOTADB: z = "file is encrypted or is not a database";break; in sqlite3ErrStr()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dsqlite.h170 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dsqlite.h170 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro

12345678910>>...20