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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h1399 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
1423 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1526 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
4669 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
5786 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
5804 ** [SQLITE_CONFIG_PAGECACHE]. The
5810 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
5814 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
H A Dsqlite3.c1949 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
1973 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
2076 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
5219 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
6336 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
6354 ** [SQLITE_CONFIG_PAGECACHE]. The
6360 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
6364 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
9054 ** These routines implement SQLITE_CONFIG_PAGECACHE
[all...]

Completed in 412 milliseconds