Home
last modified time | relevance | path

Searched defs:SQLITE_LOCKED (Results 1 – 12 of 12) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DConstants.java23 public static final int SQLITE_LOCKED = 6; /* A table in the database is locked */ field in Constants
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs12 pub const SQLITE_LOCKED: i32 = 6; constant
Dbindgen_3.6.23.rs14 pub const SQLITE_LOCKED: i32 = 6; constant
Dbindgen_3.7.7.rs14 pub const SQLITE_LOCKED: i32 = 6; constant
Dbindgen_3.7.16.rs14 pub const SQLITE_LOCKED: i32 = 6; constant
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h428 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
Dbindgen_bundled_version.rs13 pub const SQLITE_LOCKED: i32 = 6; constant
Dsqlite3.c1476 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
/external/sqlite/dist/
Dsqlite3.h428 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
Dsqlite3.c1467 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
/external/sqlite/dist/orig/
Dsqlite3.h428 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro
Dsqlite3.c1467 #define SQLITE_LOCKED 6 /* A table in the database is locked */ macro