Home | History | Annotate | Download | only in amalgamation

Lines Matching refs:aIndex

43922     int iNext;                    /* Next slot in aIndex[] not yet returned */
43923 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */
43925 int nEntry; /* Nr. of entries in aPgno[] and aIndex[] */
44773 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
44777 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
44990 ht_slot *aIndex; /* Sorted index for this segment */
44998 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[iZero];
45002 aIndex[j] = (ht_slot)j;
45004 walMergesort((u32 *)aPgno, aTmp, aIndex, &nEntry);
45007 p->aSegment[i].aIndex = aIndex;