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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h1162 ** <dt>SQLITE_CONFIG_PAGECACHE</dt>
1187 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1253 #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.c1686 ** <dt>SQLITE_CONFIG_PAGECACHE</dt>
1711 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1777 #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
7693 ** These routines implement SQLITE_CONFIG_PAGECACHE.
[all...]

Completed in 307 milliseconds