Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/libsqlite3-sys/src/
Derror.rs76 super::SQLITE_INTERRUPT => ErrorCode::OperationInterrupted, in new()
165 super::SQLITE_INTERRUPT => "Operation terminated by sqlite3_interrupt()", in code_to_str()
/external/python/cpython3/Modules/_sqlite/
Dutil.c51 case SQLITE_INTERRUPT: in get_exception_class()
Dmodule.c282 DECLARE_ERROR_CODE(SQLITE_INTERRUPT),
/external/javasqlite/src/main/java/SQLite/
DConstants.java26 public static final int SQLITE_INTERRUPT = 9; /* Operation terminated by sqlite3_interrupt()*/ field in Constants
/external/executorch/backends/apple/coreml/runtime/kvstore/
Dsqlite_error.hpp28 INTERRUPT = SQLITE_INTERRUPT,
/external/tensorflow/tensorflow/core/lib/db/
Dsqlite.cc61 case SQLITE_INTERRUPT: // Operation terminated by sqlite3_interrupt in GetTfErrorCode()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacySQLiteConnection.java875 case SQLiteConstants.SQLITE_INTERRUPT:
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.h454 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/ macro
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.h454 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/ macro
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3.h454 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/ macro
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3.h454 #define SQLITE_INTERRUPT 9 /* Operation terminated by sqlite3_interrupt()*/ macro
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0.rs39 pub const SQLITE_INTERRUPT: i32 = 9; constant
Dbindgen_3.14.0_ext.rs16 pub const SQLITE_INTERRUPT: i32 = 9; constant