Lines Matching defs:SQLITE_CONFIG_PAGECACHE
1984 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
2008 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
2111 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */
5268 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
6385 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
6403 ** [SQLITE_CONFIG_PAGECACHE]. The
6409 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
6413 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
9100 ** These routines implement SQLITE_CONFIG_PAGECACHE.
36887 ** of the SQLITE_CONFIG_PAGECACHE and sqlite3_release_memory() features.
36978 ** the SQLITE_CONFIG_PAGECACHE mechanism.
36990 /* Variables related to SQLITE_CONFIG_PAGECACHE settings. The
37029 ** supplied to use for the page-cache by passing the SQLITE_CONFIG_PAGECACHE
37058 ** configured using sqlite3_config(SQLITE_CONFIG_PAGECACHE) option. If no
37082 /* Memory is not available in the SQLITE_CONFIG_PAGECACHE pool. Get
37204 ** using sqlite3_config(SQLITE_CONFIG_PAGECACHE) option. If no such buffer
37224 ** SQLITE_CONFIG_PAGECACHE but that memory has all been used, then
37226 ** presumably SQLITE_CONFIG_PAGECACHE was suppose to be sufficient
112835 case SQLITE_CONFIG_PAGECACHE: {