Lines Matching defs:sqlite3_pcache_methods2
1964 ** a pointer to an [sqlite3_pcache_methods2] object. This object specifies
1966 ** ^SQLite makes a copy of the [sqlite3_pcache_methods2] object.</dd>
1970 ** is a pointer to an [sqlite3_pcache_methods2] object. SQLite copies of
2142 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
2143 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
8685 ** See [sqlite3_pcache_methods2] for additional information.
8697 ** See [sqlite3_pcache_methods2] for additional information.
8711 ** instance of the sqlite3_pcache_methods2 structure.)^
8725 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
8734 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)^
8855 ** handle invalid, and will not use it with any other sqlite3_pcache_methods2
8864 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2;
8865 struct sqlite3_pcache_methods2 {
8884 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is