Home
last modified time | relevance | path

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

/external/javasqlite/src/main/java/SQLite/
DConstants.java29 public static final int SQLITE_NOTFOUND = 12; /* NOT USED. Table or record not found */ field in Constants
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs18 pub const SQLITE_NOTFOUND: i32 = 12; constant
Dbindgen_3.6.23.rs20 pub const SQLITE_NOTFOUND: i32 = 12; constant
Dbindgen_3.7.7.rs20 pub const SQLITE_NOTFOUND: i32 = 12; constant
Dbindgen_3.7.16.rs20 pub const SQLITE_NOTFOUND: i32 = 12; constant
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h434 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
Dbindgen_bundled_version.rs19 pub const SQLITE_NOTFOUND: i32 = 12; constant
Dsqlite3.c1497 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
/external/sqlite/dist/
Dsqlite3.h457 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
Dsqlite3.c763 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
/external/sqlite/dist/orig/
Dsqlite3.h457 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
Dsqlite3.c763 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro