Searched refs:oldKey (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 1759 uint oldKey, uint newKey) xRekey; 1775 void function (sqlite3_pcache*, void*, uint oldKey, uint newKey) xRekey;
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 9079 unsigned oldKey, unsigned newKey); 9100 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
|
| H A D | shell.c | 2747 unsigned oldKey, in pcachetraceRekey() argument 2752 p, pPg, oldKey, newKey); in pcachetraceRekey() 2754 pcacheBase.xRekey(p, pPg, oldKey, newKey); in pcachetraceRekey()
|
| H A D | sqlite3.c | 9392 unsigned oldKey, unsigned newKey); 9413 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey);
|