- pArg
void* pArg;
Undocumented in source.
- xCachesize
void function(sqlite3_pcache*, int nCachesize) xCachesize;
Undocumented in source.
- xCreate
sqlite3_pcache* function(int szPage, int bPurgeable) xCreate;
Undocumented in source.
- xDestroy
void function(sqlite3_pcache*) xDestroy;
Undocumented in source.
- xFetch
void* function(sqlite3_pcache*, uint key, int createFlag) xFetch;
Undocumented in source.
- xInit
int function(void*) xInit;
Undocumented in source.
- xPagecount
int function(sqlite3_pcache*) xPagecount;
Undocumented in source.
- xRekey
void function(sqlite3_pcache*, void*, uint oldKey, uint newKey) xRekey;
Undocumented in source.
- xShutdown
void function(void*) xShutdown;
Undocumented in source.
- xTruncate
void function(sqlite3_pcache*, uint iLimit) xTruncate;
Undocumented in source.
- xUnpin
void function(sqlite3_pcache*, void*, int discard) xUnpin;
Undocumented in source.