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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile146 sqlite3_pcache_methods2.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1985 ** a pointer to an [sqlite3_pcache_methods2] object. This object specifies
1987 ** ^SQLite makes a copy of the [sqlite3_pcache_methods2] object.</dd>
1991 ** is a pointer to an [sqlite3_pcache_methods2] object. SQLite copies of
2163 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
2164 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
8888 ** See [sqlite3_pcache_methods2] for additional information.
8900 ** See [sqlite3_pcache_methods2] for additional information.
8914 ** instance of the sqlite3_pcache_methods2 structure.)^
8928 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
8937 ** method is passed a copy of the sqlite3_pcache_methods2
9067 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
9068 struct sqlite3_pcache_methods2 { struct
[all...]
H A Dshell.c2666 static sqlite3_pcache_methods2 pcacheBase;
2776 static sqlite3_pcache_methods2 ersaztPcacheMethods = {
H A Dsqlite3.c2298 ** a pointer to an [sqlite3_pcache_methods2] object. This object specifies
2300 ** ^SQLite makes a copy of the [sqlite3_pcache_methods2] object.</dd>
2304 ** is a pointer to an [sqlite3_pcache_methods2] object. SQLite copies of
2476 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
2477 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
9201 ** See [sqlite3_pcache_methods2] for additional information.
9213 ** See [sqlite3_pcache_methods2] for additional information.
9227 ** instance of the sqlite3_pcache_methods2 structure.)^
9241 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
9250 ** method is passed a copy of the sqlite3_pcache_methods2
9380 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2; typedef in typeref:struct:sqlite3_pcache_methods2
9381 struct sqlite3_pcache_methods2 { struct
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1747 struct sqlite3_pcache_methods2

Completed in 613 milliseconds