Lines Matching defs:iZero
63946 int iZero; /* Frame number associated with aPgno[0] */
64350 u32 iZero; /* One less than the frame number of first indexed*/
64359 ** in the wal-index file. Set pLoc->iZero to one less than the frame
64362 ** (pLoc->iZero+N) in the log.
64365 ** first frame indexed by the hash table, frame (pLoc->iZero).
64381 pLoc->iZero = 0;
64383 pLoc->iZero = HASHTABLE_NPAGE_ONE + (iHash-1)*HASHTABLE_NPAGE;
64457 iLimit = pWal->hdr.mxFrame - sLoc.iZero;
64508 idx = iFrame - sLoc.iZero;
64969 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
65188 nEntry = (int)(iLast - sLoc.iZero);
65192 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[sLoc.iZero];
65193 sLoc.iZero++;
65199 p->aSegment[i].iZero = sLoc.iZero;
66335 assert( i - sLoc.iZero - 1 >=0 );
66336 pgno = sLoc.aPgno[i-sLoc.iZero-1];
66568 u32 iFrame = iH + sLoc.iZero;