Home | History | Annotate | Download | only in dist

Lines Matching refs:xPagecount

6215 ** The xPagecount() method must return the number of pages currently
6283 int (*xPagecount)(sqlite3_pcache*);
33373 nPage = sqlite3GlobalConfig.pcache.xPagecount(pCache->pCache);
33936 ** Implementation of the sqlite3_pcache.xPagecount method.
34204 pcache1Pagecount, /* xPagecount */