Home
last modified time | relevance | path

Searched defs:SQLITE_NOTADB (Results 1 – 7 of 7) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DConstants.java43 public static final int SQLITE_NOTADB = 26; /* File opened that is not a database file */ field in Constants
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.h471 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.h471 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3.h471 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3.h471 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0.rs56 pub const SQLITE_NOTADB: i32 = 26; constant
Dbindgen_3.14.0_ext.rs33 pub const SQLITE_NOTADB: i32 = 26; constant