Lines Matching refs:btreePagecount
75485 static Pgno btreePagecount(BtShared *pBt){ function
75490 return btreePagecount(p->pBt);
75507 if( pgno>btreePagecount(pBt) ){
77219 Pgno dbSize = btreePagecount(pBt);
77291 Pgno nOrig = btreePagecount(pBt);
77341 nOrig = btreePagecount(pBt);
77839 }else if( btreePagecount(pBt)==0 ){
78153 if( iGuess<=btreePagecount(pBt) ){
79638 mxPage = btreePagecount(pBt);
80001 if( iTrunk>btreePagecount(pBt) ){
80115 if( ovflPgno<2 || ovflPgno>btreePagecount(pBt) ){
83193 if( pgnoRoot>btreePagecount(pBt) ){
83331 if( pgno>btreePagecount(pBt) ){
83442 if( iTable>btreePagecount(pBt) ){
84284 sCheck.nCkPage = btreePagecount(sCheck.pBt);