Lines Matching defs:sqlite3_pcache_page
8692 ** The sqlite3_pcache_page object represents a single page in the
8699 typedef struct sqlite3_pcache_page sqlite3_pcache_page;
8700 struct sqlite3_pcache_page {
8793 ** an sqlite3_pcache_page object associated with that page, or a NULL pointer.
8794 ** The pBuf element of the returned sqlite3_pcache_page object will be a
8796 ** single database page. The pExtra element of sqlite3_pcache_page will be
8873 sqlite3_pcache_page *(*xFetch)(sqlite3_pcache*, unsigned key, int createFlag);
8874 void (*xUnpin)(sqlite3_pcache*, sqlite3_pcache_page*, int discard);
8875 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,