Lines Matching defs:sqlite3_pcache_page
8920 ** The sqlite3_pcache_page object represents a single page in the
8927 typedef struct sqlite3_pcache_page sqlite3_pcache_page;
8928 struct sqlite3_pcache_page {
9021 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer.
9022 ** The pBuf element of the returned sqlite3_pcache_page object will be a
9024 ** single database page. The pExtra element of sqlite3_pcache_page will be
9101 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
9102 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
9103 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,