Lines Matching defs:SQLITE_CONFIG_PAGECACHE

2731 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
2732 ** <dd> ^The SQLITE_CONFIG_PAGECACHE option specifies a memory pool
2737 ** ^There are three arguments to SQLITE_CONFIG_PAGECACHE: A pointer to
2764 ** beyond those provided for by [SQLITE_CONFIG_PAGECACHE].
2922 ** bytes per page required for each page in [SQLITE_CONFIG_PAGECACHE].
2958 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */
6852 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
8136 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
8154 ** [SQLITE_CONFIG_PAGECACHE]. The
8160 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
8164 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
14528 ** These routines implement SQLITE_CONFIG_PAGECACHE.
46067 ** of the SQLITE_CONFIG_PAGECACHE and sqlite3_release_memory() features.
46113 ** SQLITE_CONFIG_PAGECACHE.
46120 ** sqlite3_config(SQLITE_CONFIG_PAGECACHE, (void*)0, 0, N).
46235 ** buffer provided using the SQLITE_CONFIG_PAGECACHE mechanism.
46247 /* Variables related to SQLITE_CONFIG_PAGECACHE settings. The
46296 ** supplied to use for the page-cache by passing the SQLITE_CONFIG_PAGECACHE
46364 ** configured using sqlite3_config(SQLITE_CONFIG_PAGECACHE) option. If no
46388 /* Memory is not available in the SQLITE_CONFIG_PAGECACHE pool. Get
46526 ** using sqlite3_config(SQLITE_CONFIG_PAGECACHE) option. If no such buffer
46546 ** SQLITE_CONFIG_PAGECACHE but that memory has all been used, then
46548 ** presumably SQLITE_CONFIG_PAGECACHE was suppose to be sufficient
46748 ** sqlite3_config(SQLITE_CONFIG_PAGECACHE, pBuf, sz, N) with non-NULL
143810 case SQLITE_CONFIG_PAGECACHE: {
143812 ** SQLITE_CONFIG_PAGECACHE: A pointer to 8-byte aligned memory (pMem),
143824 ** in SQLITE_CONFIG_PAGECACHE. */