Home | History | Annotate | Download | only in dist

Lines Matching refs:iLast

46883   u32 iLast;                      /* Last frame in log */
46893 iLast = pWal->hdr.mxFrame;
46896 nSegment = walFramePage(iLast) + 1;
46899 + iLast*sizeof(ht_slot);
46911 sizeof(ht_slot) * (iLast>HASHTABLE_NPAGE?HASHTABLE_NPAGE:iLast)
46930 nEntry = (int)(iLast - iZero);
47664 u32 iLast = pWal->hdr.mxFrame; /* Last page in WAL for this reader */
47676 if( iLast==0 || pWal->readLock==0 ){
47702 ** (iFrame<=iLast):
47706 for(iHash=walFramePage(iLast); iHash>=0 && iRead==0; iHash--){
47721 if( iFrame<=iLast && aPgno[aHash[iKey]]==pgno ){
47738 for(iTest=iLast; iTest>0; iTest--){
50645 int iLast; /* Largest possible freeblock offset */
50672 iLast = pPage->pBt->usableSize - 4;
50673 assert( start<=iLast );
50680 if( pbegin>iLast ){
76515 int iLast = iReg + nReg - 1;
76519 if( r>=iReg && r<=iLast ){
127296 sqlite3_int64 iLast = 0; /* Largest block id written to database */
127305 pWriter->iFirst, pWriter->iFree, &iLast, &zRoot, &nRoot);
127309 p, iLevel, iIdx, pWriter->iFirst, iLastLeaf, iLast, zRoot, nRoot);