Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c66474 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */ member
67650 u32 iPg = pSegment->aPgno[pSegment->aIndex[pSegment->iNext]];
67654 *piFrame = pSegment->iZero + pSegment->aIndex[pSegment->iNext];
67862 ht_slot *aIndex; /* Sorted index for this segment */ local
67869 aIndex = &((ht_slot *)&p->aSegment[p->nSegment])[sLoc.iZero];
67873 aIndex[j] = (ht_slot)j;
67875 walMergesort((u32 *)sLoc.aPgno, aTmp, aIndex, &nEntry);
67878 p->aSegment[i].aIndex = aIndex;
188996 } *aIndex;
190109 struct Fts3Index *aIndex; /* Allocated array */
[all …]