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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d476 SQLITE_CONFIG_PAGECACHE = 7, /** void*, int sz, int N */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1898 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
1899 ** <dd> ^The SQLITE_CONFIG_PAGECACHE option specifies a memory pool
1904 ** ^There are three arguments to SQLITE_CONFIG_PAGECACHE: A pointer to
1931 ** beyond those provided for by [SQLITE_CONFIG_PAGECACHE].
2089 ** bytes per page required for each page in [SQLITE_CONFIG_PAGECACHE].
2152 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
7025 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
8561 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
8579 ** [SQLITE_CONFIG_PAGECACHE]
[all...]
H A Dshell.c29065 sqlite3_config(SQLITE_CONFIG_PAGECACHE,
H A Dsqlite3.c2211 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
2212 ** <dd> ^The SQLITE_CONFIG_PAGECACHE option specifies a memory pool
2217 ** ^There are three arguments to SQLITE_CONFIG_PAGECACHE: A pointer to
2244 ** beyond those provided for by [SQLITE_CONFIG_PAGECACHE].
2402 ** bytes per page required for each page in [SQLITE_CONFIG_PAGECACHE].
2465 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
7338 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
8874 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
8892 ** [SQLITE_CONFIG_PAGECACHE]
[all...]

Completed in 637 milliseconds