Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_CONFIG_PAGECACHE

1838 ** <dt>SQLITE_CONFIG_PAGECACHE</dt>
1862 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1946 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */
4811 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
5920 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
5937 ** [SQLITE_CONFIG_PAGECACHE]. The
5942 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
5946 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
8332 ** These routines implement SQLITE_CONFIG_PAGECACHE.
33427 ** of the SQLITE_CONFIG_PAGECACHE and sqlite3_release_memory() features.
33484 ** the SQLITE_CONFIG_PAGECACHE mechanism.
33501 /* Variables related to SQLITE_CONFIG_PAGECACHE settings. */
33544 ** supplied to use for the page-cache by passing the SQLITE_CONFIG_PAGECACHE
33569 ** configured using sqlite3_config(SQLITE_CONFIG_PAGECACHE) option. If no
33683 ** using sqlite3_config(SQLITE_CONFIG_PAGECACHE) option. If no such buffer
33709 ** SQLITE_CONFIG_PAGECACHE but that memory has all been used, then
33711 ** presumably SQLITE_CONFIG_PAGECACHE was suppose to be sufficient
105156 case SQLITE_CONFIG_PAGECACHE: {