Lines Matching defs:xRekey
9379 ** [[the xRekey() page cache methods]]
9380 ** The xRekey() method is used to change the key value associated with the
9416 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,
9438 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
54896 sqlite3GlobalConfig.pcache2.xRekey(pCache->pCache, p->pPage, p->pgno,newPgno);
56267 ** Implementation of the sqlite3_pcache.xRekey method.
56361 pcache1Rekey, /* xRekey */