Searched defs:SQLITE_CONFIG_HEAP (Results  1 – 12 of 12) sorted by relevance
| /external/javasqlite/src/main/java/SQLite/ | 
| D | Constants.java | 95     public static final int SQLITE_CONFIG_HEAP = 8;  /* void*, int nByte, int min */  field in Constants
  | 
| /external/rust/crates/libsqlite3-sys/bindgen-bindings/ | 
| D | bindgen_3.6.8.rs | 99 pub const SQLITE_CONFIG_HEAP: i32 = 8;  constant
  | 
| D | bindgen_3.6.23.rs | 105 pub const SQLITE_CONFIG_HEAP: i32 = 8;  constant
  | 
| D | bindgen_3.7.7.rs | 127 pub const SQLITE_CONFIG_HEAP: i32 = 8;  constant
  | 
| D | bindgen_3.7.16.rs | 151 pub const SQLITE_CONFIG_HEAP: i32 = 8;  constant
  | 
| /external/rust/crates/libsqlite3-sys/sqlite3/ | 
| D | sqlite3.h | 2038 #define SQLITE_CONFIG_HEAP          8  /* void*, int nByte, int min */  macro
  | 
| D | bindgen_bundled_version.rs | 213 pub const SQLITE_CONFIG_HEAP: i32 = 8;  constant
  | 
| D | sqlite3.c | 3101 #define SQLITE_CONFIG_HEAP          8  /* void*, int nByte, int min */  macro
  | 
| /external/sqlite/dist/ | 
| D | sqlite3.h | 2095 #define SQLITE_CONFIG_HEAP          8  /* void*, int nByte, int min */  macro
  | 
| D | sqlite3.c | 2401 #define SQLITE_CONFIG_HEAP          8  /* void*, int nByte, int min */  macro
  | 
| /external/sqlite/dist/orig/ | 
| D | sqlite3.h | 2095 #define SQLITE_CONFIG_HEAP          8  /* void*, int nByte, int min */  macro
  | 
| D | sqlite3.c | 2401 #define SQLITE_CONFIG_HEAP          8  /* void*, int nByte, int min */  macro
  |