Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c68019 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */ member
69195 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
69199 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
69407 ht_slot *aIndex; /* Sorted index for this segment */ local
69414 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[sLoc.iZero];
69418 aIndex[j] = (ht_slot)j;
69420 walMergesort((u32 *)sLoc.aPgno, aTmp, aIndex, &nEntry);
69423 p->aSegment[i].aIndex = aIndex;
193537 } *aIndex; member
194659 struct Fts3Index *aIndex; /* Allocated array */ local
[all …]