Home | History | Annotate | Download | only in orig

Lines Matching refs:SQLITE_CONFIG_SCRATCH

1909 ** [[SQLITE_CONFIG_SCRATCH]] <dt>SQLITE_CONFIG_SCRATCH</dt>
1910 ** <dd> ^The SQLITE_CONFIG_SCRATCH option specifies a static memory buffer
1912 ** to SQLITE_CONFIG_SCRATCH: A pointer an 8-byte
1925 ** SQLITE_CONFIG_SCRATCH, SQLite avoids unnecessary large
1964 ** beyond those provided for by [SQLITE_CONFIG_SCRATCH] and
2158 #define SQLITE_CONFIG_SCRATCH 6 /* void*, int sz, int N */
7121 ** controlled by [SQLITE_CONFIG_SCRATCH] and auxiliary page-cache
7162 ** [SQLITE_CONFIG_SCRATCH]. The value returned is in allocations, not
7169 ** allocation which could not be satisfied by the [SQLITE_CONFIG_SCRATCH]
7173 ** "sz" parameter to [SQLITE_CONFIG_SCRATCH]) and because no scratch buffer
24563 /* Release memory from the SQLITE_CONFIG_SCRATCH allocation */
86858 ** scratch memory using SQLITE_CONFIG_SCRATCH, SQLite avoids unnecessary
140342 case SQLITE_CONFIG_SCRATCH: {
140344 ** SQLITE_CONFIG_SCRATCH: A pointer an 8-byte aligned memory buffer from