Lines Matching defs:SQLITE_CONFIG_PAGECACHE
2213 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
2214 ** <dd> ^The SQLITE_CONFIG_PAGECACHE option specifies a memory pool
2219 ** ^There are three arguments to SQLITE_CONFIG_PAGECACHE: A pointer to
2246 ** beyond those provided for by [SQLITE_CONFIG_PAGECACHE].
2404 ** bytes per page required for each page in [SQLITE_CONFIG_PAGECACHE].
2483 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */
7363 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
8899 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
8917 ** [SQLITE_CONFIG_PAGECACHE]. The
8923 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
8927 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
17171 ** These routines implement SQLITE_CONFIG_PAGECACHE.
55171 ** of the SQLITE_CONFIG_PAGECACHE and sqlite3_release_memory() features.
55218 ** SQLITE_CONFIG_PAGECACHE.
55225 ** sqlite3_config(SQLITE_CONFIG_PAGECACHE, (void*)0, 0, N).
55363 ** buffer provided using the SQLITE_CONFIG_PAGECACHE mechanism.
55375 /* Variables related to SQLITE_CONFIG_PAGECACHE settings. The
55424 ** supplied to use for the page-cache by passing the SQLITE_CONFIG_PAGECACHE
55493 ** configured using sqlite3_config(SQLITE_CONFIG_PAGECACHE) option. If no
55517 /* Memory is not available in the SQLITE_CONFIG_PAGECACHE pool. Get
55644 ** using sqlite3_config(SQLITE_CONFIG_PAGECACHE) option. If no such buffer
55665 ** SQLITE_CONFIG_PAGECACHE but that memory has all been used, then
55667 ** presumably SQLITE_CONFIG_PAGECACHE was suppose to be sufficient
55868 ** sqlite3_config(SQLITE_CONFIG_PAGECACHE, pBuf, sz, N) with non-NULL
180307 case SQLITE_CONFIG_PAGECACHE: {
180309 ** SQLITE_CONFIG_PAGECACHE: A pointer to 8-byte aligned memory (pMem),
180321 ** in SQLITE_CONFIG_PAGECACHE. */