Searched refs:SQLITE_CONFIG_HEAP (Results 1 - 13 of 13) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java95 public static final int SQLITE_CONFIG_HEAP = 8; /* void*, int nByte, int min */ field in class:Constants
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_malloc.c1128 rc = sqlite3_config(SQLITE_CONFIG_HEAP, (void*)0, 0, 0);
1132 rc = sqlite3_config(SQLITE_CONFIG_HEAP, zBuf, nByte, nMinAlloc);
H A Dsqlite.h.in1346 ** <dt>SQLITE_CONFIG_HEAP</dt>
1436 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
H A Dshell.c2720 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);
H A Dmain.c372 case SQLITE_CONFIG_HEAP: {
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1351 ** <dt>SQLITE_CONFIG_HEAP</dt>
1441 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
H A Dsqlite3.c1894 ** <dt>SQLITE_CONFIG_HEAP</dt>
1984 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1574 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1734 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
H A Dshell.c3922 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);
H A Dsqlite3.c1689 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1849 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1574 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1734 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
H A Dshell.c3942 sqlite3_config(SQLITE_CONFIG_HEAP, malloc((int)szHeap), (int)szHeap, 64);
H A Dsqlite3.c1689 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1849 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
[all...]

Completed in 921 milliseconds