Home | History | Annotate | Download | only in dist

Lines Matching refs:iLast

49025   u32 iLast;                      /* Last frame in log */
49035 iLast = pWal->hdr.mxFrame;
49038 nSegment = walFramePage(iLast) + 1;
49041 + iLast*sizeof(ht_slot);
49053 sizeof(ht_slot) * (iLast>HASHTABLE_NPAGE?HASHTABLE_NPAGE:iLast)
49072 nEntry = (int)(iLast - iZero);
49805 u32 iLast = pWal->hdr.mxFrame; /* Last page in WAL for this reader */
49817 if( iLast==0 || pWal->readLock==0 ){
49843 ** (iFrame<=iLast):
49847 for(iHash=walFramePage(iLast); iHash>=0 && iRead==0; iHash--){
49862 if( iFrame<=iLast && aPgno[aHash[iKey]]==pgno ){
49879 for(iTest=iLast; iTest>0; iTest--){
52857 int iLast; /* Largest possible freeblock offset */
52884 iLast = pPage->pBt->usableSize - 4;
52885 assert( start<=iLast );
52892 if( pbegin>iLast ){
80520 int iLast = iReg + nReg - 1;
80524 if( r>=iReg && r<=iLast ){
139065 sqlite3_int64 iLast = 0; /* Largest block id written to database */
139074 pWriter->iFirst, pWriter->iFree, &iLast, &zRoot, &nRoot);
139078 pWriter->iFirst, iLastLeaf, iLast, pWriter->nLeafData, zRoot, nRoot);
139788 i64 iLast = (iAbsLevel/FTS3_SEGDIR_MAXLEVEL + 1) * FTS3_SEGDIR_MAXLEVEL - 1;
139797 sqlite3_bind_int64(pRange, 2, iLast);