Searched refs:xRekey (Results 1 - 5 of 5) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h6242 ** [[the xRekey() page cache methods]]
6243 ** The xRekey() method is used to change the key value associated with the
6279 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*, member in struct:sqlite3_pcache_methods2
6301 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c6792 ** [[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*, member in struct:sqlite3_pcache_methods2
6851 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey); member in struct:sqlite3_pcache_methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6242 ** [[the xRekey() page cache methods]]
6243 ** The xRekey() method is used to change the key value associated with the
6279 void (*xRekey)(sqlite3_pcache*, sqlite3_pcache_page*, member in struct:sqlite3_pcache_methods2
6301 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey); member in struct:sqlite3_pcache_methods
H A Dsqlite3.c6792 ** [[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*, member in struct:sqlite3_pcache_methods2
6851 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey); member in struct:sqlite3_pcache_methods
[all...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h5127 ** The xRekey() method is used to change the key value associated with the
5155 void (*xRekey)(sqlite3_pcache*, void*, unsigned oldKey, unsigned newKey); member in struct:sqlite3_pcache_methods

Completed in 333 milliseconds