Searched refs:SQLITE_CONFIG_PAGECACHE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h1367 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
1391 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1489 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
4539 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
5656 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
5674 ** [SQLITE_CONFIG_PAGECACHE]. The
5680 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
5684 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
H A Dsqlite3.c1920 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
1944 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
2042 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
5092 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
6209 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
6227 ** [SQLITE_CONFIG_PAGECACHE]. The
6233 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
6237 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
8839 ** These routines implement SQLITE_CONFIG_PAGECACHE
[all...]

Completed in 388 milliseconds