Searched defs:SQLITE_CONFIG_HEAP (Results 1 - 5 of 5) 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/sqlite/dist/orig/
H A Dsqlite3.h1612 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1613 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
1617 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
1620 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
1797 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
H A Dsqlite3.c1819 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1820 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
1824 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
1827 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
2004 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1612 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1613 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
1617 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
1620 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
1797 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
H A Dsqlite3.c1819 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
1820 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
1824 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
1827 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
2004 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */ macro
[all...]

Completed in 342 milliseconds