Lines Matching defs:sqlite3_pcache_page
6096 ** The sqlite3_pcache_page object represents a single page in the
6103 typedef struct sqlite3_pcache_page sqlite3_pcache_page;
6104 struct sqlite3_pcache_page {
6197 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer.
6198 ** The pBuf element of the returned sqlite3_pcache_page object will be a
6200 ** single database page. The pExtra element of sqlite3_pcache_page will be
6277 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
6278 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
6279 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,