Home
last modified time | relevance | path

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

/external/javasqlite/src/main/java/SQLite/
DConstants.java42 public static final int SQLITE_RANGE = 25; /* 2nd parameter to sqlite3_bind out of range */ field in Constants
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.h470 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.h470 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3.h470 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3.h470 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0.rs55 pub const SQLITE_RANGE: i32 = 25; constant
Dbindgen_3.14.0_ext.rs32 pub const SQLITE_RANGE: i32 = 25; constant