Home | History | Annotate | Download | only in orig

Lines Matching refs:xPagecount

6741 ** [[the xPagecount() page cache methods]]
6742 ** The xPagecount() method must return the number of pages currently
6826 int (*xPagecount)(sqlite3_pcache*);
6848 int (*xPagecount)(sqlite3_pcache*);
36494 sqlite3GlobalConfig.pcache.xPagecount(pCache->pCache),
36795 nPage = sqlite3GlobalConfig.pcache2.xPagecount(pCache->pCache);
37489 ** Implementation of the sqlite3_pcache.xPagecount method.
37797 pcache1Pagecount, /* xPagecount */