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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d487 SQLITE_CONFIG_PCACHE2 = 18,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1903 ** cache implementation is loaded using the [SQLITE_CONFIG_PCACHE2].
1983 ** [[SQLITE_CONFIG_PCACHE2]] <dt>SQLITE_CONFIG_PCACHE2</dt>
1984 ** <dd> ^(The SQLITE_CONFIG_PCACHE2 option takes a single argument which is
2163 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */ macro
7023 ** [sqlite3_config]([SQLITE_CONFIG_PCACHE2],...).
8912 ** ^(The [sqlite3_config]([SQLITE_CONFIG_PCACHE2], ...) interface can
H A Dshell.c2650 ** This file implements an extension that uses the SQLITE_CONFIG_PCACHE2
2798 rc = sqlite3_config(SQLITE_CONFIG_PCACHE2, &ersaztPcacheMethods);
2809 rc = sqlite3_config(SQLITE_CONFIG_PCACHE2, &pcacheBase);
H A Dsqlite3.c2216 ** cache implementation is loaded using the [SQLITE_CONFIG_PCACHE2].
2296 ** [[SQLITE_CONFIG_PCACHE2]] <dt>SQLITE_CONFIG_PCACHE2</dt>
2297 ** <dd> ^(The SQLITE_CONFIG_PCACHE2 option takes a single argument which is
2476 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */ macro
7336 ** [sqlite3_config]([SQLITE_CONFIG_PCACHE2],...).
9225 ** ^(The [sqlite3_config]([SQLITE_CONFIG_PCACHE2], ...) interface can
[all...]

Completed in 757 milliseconds