Searched defs:SQLITE_CONFIG_HEAP (Results 1 – 8 of 8) 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/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.h | 1441 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
|
D | sqlite3.c | 1984 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | sqlite.h.in | 1436 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
|
/external/sqlite/dist/ |
D | sqlite3.h | 1734 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
|
D | sqlite3.c | 1849 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 1734 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
|
D | sqlite3.c | 1849 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
|