Home | History | Annotate | Download | only in orig

Lines Matching full:xrekey

6792 ** [[the xRekey() page cache methods]]
6793 ** The xRekey() method is used to change the key value associated with the
6829 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*,
6851 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
36637 sqlite3GlobalConfig.pcache2.xRekey(pCache->pCache, p->pPage, p->pgno,newPgno);
37710 ** Implementation of the sqlite3_pcache.xRekey method.
37800 pcache1Rekey, /* xRekey */