Home
last modified time | relevance | path

Searched refs:aIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c68114 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */ member
69296 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
69300 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
69508 ht_slot *aIndex; /* Sorted index for this segment */ local
69515 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[sLoc.iZero];
69519 aIndex[j] = (ht_slot)j;
69521 walMergesort((u32 *)sLoc.aPgno, aTmp, aIndex, &nEntry);
69524 p->aSegment[i].aIndex = aIndex;
193834 } *aIndex; member
194962 struct Fts3Index *aIndex; /* Allocated array */ local
[all …]