Home | History | Annotate | Download | only in dist

Lines Matching defs:newMax

74369   unsigned int newMax;
74373 newMax = 0;
74375 newMax = sqlite3BtreeLastPage(pBt);
74376 if( newMax < (unsigned)pOp->p3 ) newMax = (unsigned)pOp->p3;
74378 pOut->u.i = sqlite3BtreeMaxPageCount(pBt, newMax);