Lines Matching defs:sqlite3_pcache_methods2
1987 ** a pointer to an [sqlite3_pcache_methods2] object. This object specifies
1989 ** ^SQLite makes a copy of the [sqlite3_pcache_methods2] object.</dd>
1993 ** is a pointer to an [sqlite3_pcache_methods2] object. SQLite copies of
2181 #define SQLITE_CONFIG_PCACHE2 18 /* sqlite3_pcache_methods2* */
2182 #define SQLITE_CONFIG_GETPCACHE2 19 /* sqlite3_pcache_methods2* */
8913 ** See [sqlite3_pcache_methods2] for additional information.
8925 ** See [sqlite3_pcache_methods2] for additional information.
8939 ** instance of the sqlite3_pcache_methods2 structure.)^
8953 ** ^(The contents of the sqlite3_pcache_methods2 structure are copied to an
8962 ** method is passed a copy of the sqlite3_pcache_methods2.pArg value.)^
9083 ** handle invalid, and will not use it with any other sqlite3_pcache_methods2
9092 typedef struct sqlite3_pcache_methods2 sqlite3_pcache_methods2;
9093 struct sqlite3_pcache_methods2 {
9112 ** by sqlite3_pcache_methods2. This object is not used by SQLite. It is