Lines Matching defs:xRekey
9147 ** [[the xRekey() page cache methods]]
9148 ** The xRekey() method is used to change the key value associated with the
9184 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,
9206 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
53274 sqlite3GlobalConfig.pcache2.xRekey(pCache->pCache, p->pPage, p->pgno,newPgno);
54645 ** Implementation of the sqlite3_pcache.xRekey method.
54739 pcache1Rekey, /* xRekey */