Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_CONFIG_HEAP

2761 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
2762 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
2765 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
2768 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
2959 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
143862 /* EVIDENCE-OF: R-06626-12911 The SQLITE_CONFIG_HEAP option is only
143866 case SQLITE_CONFIG_HEAP: {
143868 ** SQLITE_CONFIG_HEAP: An 8-byte aligned pointer to the memory, the