Searched refs:btreePagecount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c1572 static Pgno btreePagecount(BtShared *pBt){ function
1578 return (int)btreePagecount(p->pBt);
1597 if( pgno>btreePagecount(pBt) ){
2988 rc = incrVacuumStep(pBt, 0, btreePagecount(pBt));
3023 nOrig = btreePagecount(pBt);
3462 if( iTable==1 && btreePagecount(pBt)==0 ){
3733 if( iGuess<=btreePagecount(pBt) ){
4764 mxPage = btreePagecount(pBt);
5178 if( ovflPgno<2 || ovflPgno>btreePagecount(pBt) ){
7064 if( pgno>btreePagecount(pB
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c48691 static Pgno btreePagecount(BtShared *pBt){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c53168 static Pgno btreePagecount(BtShared *pBt){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c53188 static Pgno btreePagecount(BtShared *pBt){ function
[all...]

Completed in 688 milliseconds