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

/external/sqlite/dist/
H A Dsqlite3.h1161 ** <dt>SQLITE_CONFIG_PAGECACHE</dt>
1186 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1252 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
4993 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
5007 ** [SQLITE_CONFIG_PAGECACHE]. The
5012 ** allocation which could not be statisfied by the [SQLITE_CONFIG_PAGECACHE]
5016 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
H A Dsqlite3.c1685 ** <dt>SQLITE_CONFIG_PAGECACHE</dt>
1710 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1776 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
5517 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
5531 ** [SQLITE_CONFIG_PAGECACHE]. The
5536 ** allocation which could not be statisfied by the [SQLITE_CONFIG_PAGECACHE]
5540 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
7719 ** These routines implement SQLITE_CONFIG_PAGECACHE.
[all...]

Completed in 218 milliseconds