Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_CONFIG_PAGECACHE

1845 ** <dt>SQLITE_CONFIG_PAGECACHE</dt>
1869 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1953 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */
4818 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
5927 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
5944 ** [SQLITE_CONFIG_PAGECACHE]. The
5949 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
5953 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
8339 ** These routines implement SQLITE_CONFIG_PAGECACHE.
33434 ** of the SQLITE_CONFIG_PAGECACHE and sqlite3_release_memory() features.
33491 ** the SQLITE_CONFIG_PAGECACHE mechanism.
33508 /* Variables related to SQLITE_CONFIG_PAGECACHE settings. */
33551 ** supplied to use for the page-cache by passing the SQLITE_CONFIG_PAGECACHE
33576 ** configured using sqlite3_config(SQLITE_CONFIG_PAGECACHE) option. If no
33690 ** using sqlite3_config(SQLITE_CONFIG_PAGECACHE) option. If no such buffer
33716 ** SQLITE_CONFIG_PAGECACHE but that memory has all been used, then
33718 ** presumably SQLITE_CONFIG_PAGECACHE was suppose to be sufficient
105163 case SQLITE_CONFIG_PAGECACHE: {