Home | History | Annotate | Download | only in dist

Lines Matching refs:btreePagecount

62469 static Pgno btreePagecount(BtShared *pBt){
62475 return btreePagecount(p->pBt);
62505 if( pgno>btreePagecount(pBt) ){
64171 Pgno nOrig = btreePagecount(pBt);
64218 nOrig = btreePagecount(pBt);
64685 if( iTable==1 && btreePagecount(pBt)==0 ){
64919 if( iGuess<=btreePagecount(pBt) ){
66156 mxPage = btreePagecount(pBt);
66630 if( ovflPgno<2 || ovflPgno>btreePagecount(pBt) ){
69134 if( pgno>btreePagecount(pBt) ){
70009 sCheck.nPage = btreePagecount(sCheck.pBt);