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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1783 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
1784 ** <dd> ^The SQLITE_CONFIG_PAGECACHE option specifies a memory pool
1789 ** ^There are three arguments to SQLITE_CONFIG_PAGECACHE: A pointer to
1816 ** beyond those provided for by [SQLITE_CONFIG_PAGECACHE].
1974 ** bytes per page required for each page in [SQLITE_CONFIG_PAGECACHE].
2037 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
6503 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
8015 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
8033 ** [SQLITE_CONFIG_PAGECACHE]
[all...]
H A Dshell.c21166 sqlite3_config(SQLITE_CONFIG_PAGECACHE,
H A Dsqlite3.c2846 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
2847 ** <dd> ^The SQLITE_CONFIG_PAGECACHE option specifies a memory pool
2852 ** ^There are three arguments to SQLITE_CONFIG_PAGECACHE: A pointer to
2879 ** beyond those provided for by [SQLITE_CONFIG_PAGECACHE].
3037 ** bytes per page required for each page in [SQLITE_CONFIG_PAGECACHE].
3100 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
7566 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
9078 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
9096 ** [SQLITE_CONFIG_PAGECACHE]
[all...]

Completed in 979 milliseconds