Home | History | Annotate | Download | only in dist

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*);
36522 sqlite3GlobalConfig.pcache.xPagecount(pCache->pCache),
36823 nPage = sqlite3GlobalConfig.pcache2.xPagecount(pCache->pCache);
37517 ** Implementation of the sqlite3_pcache.xPagecount method.
37825 pcache1Pagecount, /* xPagecount */