Home
last modified time | relevance | path

Searched refs:SQLITE_INTERRUPT (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/db/
H A Dsqlerrorcodes.cpp7 #define SQLITE_INTERRUPT 9 macro
12 return (errorCode == SqlErrorCode::INTERRUPTED || errorCode == SQLITE_INTERRUPT); in isInterrupted()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dvacuum.c217 return SQLITE_INTERRUPT; in sqliteRunVacuum()
294 rc = SQLITE_INTERRUPT; in sqliteRunVacuum()
302 if( rc==SQLITE_ABORT && sVac.rc!=SQLITE_INTERRUPT ) sVac.rc = SQLITE_ERROR; in sqliteRunVacuum()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dvacuum.c243 return SQLITE_INTERRUPT; in sqliteRunVacuum()
316 rc = SQLITE_INTERRUPT; in sqliteRunVacuum()
324 if( rc==SQLITE_ABORT && sVac.rc!=SQLITE_INTERRUPT ) sVac.rc = SQLITE_ERROR; in sqliteRunVacuum()
/dports/java/sqlitejdbc/sqlitejdbc-v056/src/org/sqlite/
H A DCodes.java48 public static final int SQLITE_INTERRUPT = 9; field
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/src/
H A Derror.rs74 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
177 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/src/
H A Derror.rs74 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
176 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/
H A Derror_delegate_util.cc61 case SQLITE_INTERRUPT: in IsErrorCatastrophic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Derror_delegate_util.cc61 case SQLITE_INTERRUPT: in IsErrorCatastrophic()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dutil.c77 case SQLITE_INTERRUPT: in _pysqlite_seterror()
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
205 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
205 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
205 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/src/
H A Derror.rs75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
205 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
205 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/libsqlite3-sys-0.18.0/src/
H A Derror.rs75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
202 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/dports/www/firefox/firefox-99.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
205 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
205 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
205 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs75 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
202 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dinterrupt2.test69 } {1 {SQLITE_INTERRUPT - interrupted}}
97 } {{1 {SQLITE_INTERRUPT - interrupted}} {1 interrupted}}
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dinterrupt2.test69 } {1 {SQLITE_INTERRUPT - interrupted}}
97 } {{1 {SQLITE_INTERRUPT - interrupted}} {1 interrupted}}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dinterrupt2.test69 } {1 {SQLITE_INTERRUPT - interrupted}}
97 } {{1 {SQLITE_INTERRUPT - interrupted}} {1 interrupted}}
/dports/lang/python310/Python-3.10.1/Modules/_sqlite/
H A Dutil.c64 case SQLITE_INTERRUPT: in _pysqlite_seterror()
/dports/lang/python39/Python-3.9.9/Modules/_sqlite/
H A Dutil.c70 case SQLITE_INTERRUPT: in _pysqlite_seterror()
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/
H A DConstants.java29 public static final int SQLITE_INTERRUPT = 9; field in Constants

12345678910>>...23