Home
last modified time | relevance | path

Searched defs:SQLITE_RANGE (Results 1 – 12 of 12) 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/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.23.rs33 pub const SQLITE_RANGE: i32 = 25; constant
Dbindgen_3.6.8.rs31 pub const SQLITE_RANGE: i32 = 25; constant
Dbindgen_3.7.7.rs33 pub const SQLITE_RANGE: i32 = 25; constant
Dbindgen_3.7.16.rs33 pub const SQLITE_RANGE: i32 = 25; constant
/external/sqlite/dist/orig/
Dsqlite3.h447 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
Dsqlite3.c1486 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
/external/sqlite/dist/
Dsqlite3.h447 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
Dsqlite3.c1486 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h447 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro
Dbindgen_bundled_version.rs32 pub const SQLITE_RANGE: i32 = 25; constant
Dsqlite3.c1495 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ macro