Home | History | Annotate | Download | only in orig

Lines Matching refs:iLast

49005   u32 iLast;                      /* Last frame in log */
49015 iLast = pWal->hdr.mxFrame;
49018 nSegment = walFramePage(iLast) + 1;
49021 + iLast*sizeof(ht_slot);
49033 sizeof(ht_slot) * (iLast>HASHTABLE_NPAGE?HASHTABLE_NPAGE:iLast)
49052 nEntry = (int)(iLast - iZero);
49785 u32 iLast = pWal->hdr.mxFrame; /* Last page in WAL for this reader */
49797 if( iLast==0 || pWal->readLock==0 ){
49823 ** (iFrame<=iLast):
49827 for(iHash=walFramePage(iLast); iHash>=0 && iRead==0; iHash--){
49842 if( iFrame<=iLast && aPgno[aHash[iKey]]==pgno ){
49859 for(iTest=iLast; iTest>0; iTest--){
52837 int iLast; /* Largest possible freeblock offset */
52864 iLast = pPage->pBt->usableSize - 4;
52865 assert( start<=iLast );
52872 if( pbegin>iLast ){
80500 int iLast = iReg + nReg - 1;
80504 if( r>=iReg && r<=iLast ){
139033 sqlite3_int64 iLast = 0; /* Largest block id written to database */
139042 pWriter->iFirst, pWriter->iFree, &iLast, &zRoot, &nRoot);
139046 pWriter->iFirst, iLastLeaf, iLast, pWriter->nLeafData, zRoot, nRoot);
139756 i64 iLast = (iAbsLevel/FTS3_SEGDIR_MAXLEVEL + 1) * FTS3_SEGDIR_MAXLEVEL - 1;
139765 sqlite3_bind_int64(pRange, 2, iLast);