Searched defs:SQLITE_CONFIG_HEAP (Results 1 – 6 of 6) 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/webkit/WebKitLibraries/WebCoreSQLite3/ |
D | sqlite3.h | 1114 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
|
/external/sqlite/dist/ |
D | sqlite3.h | 1562 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
|
D | sqlite3.c | 2112 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 1562 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
|
D | sqlite3.c | 2112 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
|