Home | History | Annotate | Download | only in orig

Lines Matching refs:SQLITE_CONFIG_HEAP

2008 ** [[SQLITE_CONFIG_HEAP]] <dt>SQLITE_CONFIG_HEAP</dt>
2009 ** <dd> ^The SQLITE_CONFIG_HEAP option specifies a static memory buffer
2013 ** ^The SQLITE_CONFIG_HEAP option is only available if SQLite is compiled
2016 ** ^There are three arguments to SQLITE_CONFIG_HEAP:
2207 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
141111 /* EVIDENCE-OF: R-06626-12911 The SQLITE_CONFIG_HEAP option is only
141115 case SQLITE_CONFIG_HEAP: {
141117 ** SQLITE_CONFIG_HEAP: An 8-byte aligned pointer to the memory, the