Home | History | Annotate | Download | only in dist

Lines Matching defs:xCachesize

6733 ** [[the xCachesize() page cache method]]
6734 ** ^(The xCachesize() method may be called at any time by SQLite to set the
6825 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
6847 void (*xCachesize)(sqlite3_pcache*, int nCachesize);
36490 sqlite3GlobalConfig.pcache2.xCachesize(p, numberOfCachePages(pCache));
36843 sqlite3GlobalConfig.pcache2.xCachesize(pCache->pCache,
37479 ** Implementation of the sqlite3_pcache.xCachesize method.
37824 pcache1Cachesize, /* xCachesize */