Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:iLast

44768   u32 iLast;                      /* Last frame in log */
44778 iLast = pWal->hdr.mxFrame;
44781 nSegment = walFramePage(iLast) + 1;
44784 + iLast*sizeof(ht_slot);
44796 sizeof(ht_slot) * (iLast>HASHTABLE_NPAGE?HASHTABLE_NPAGE:iLast)
44815 nEntry = (int)(iLast - iZero);
45503 u32 iLast = pWal->hdr.mxFrame; /* Last page in WAL for this reader */
45515 if( iLast==0 || pWal->readLock==0 ){
45541 ** (iFrame<=iLast):
45545 for(iHash=walFramePage(iLast); iHash>=0 && iRead==0; iHash--){
45560 if( iFrame<=iLast && aPgno[aHash[iKey]]==pgno ){
45577 for(iTest=iLast; iTest>0; iTest--){
48365 int iLast; /* Largest possible freeblock offset */
48392 iLast = pPage->pBt->usableSize - 4;
48393 assert( start<=iLast );
48400 if( pbegin>iLast ){
72806 int iLast = iReg + nReg - 1;
72810 if( r>=iReg && r<=iLast ){
121768 sqlite3_int64 iLast = 0; /* Largest block id written to database */
121777 pWriter->iFirst, pWriter->iFree, &iLast, &zRoot, &nRoot);
121781 p, iLevel, iIdx, pWriter->iFirst, iLastLeaf, iLast, zRoot, nRoot);