Lines Matching refs:aList
50353 ht_slot *aList, /* IN/OUT: List to sort */
50358 ht_slot *aList; /* Pointer to sub-list content */
50374 aMerge = &aList[iList];
50377 assert( p->aList && p->nList<=(1<<iSub) );
50378 assert( p->aList==&aList[iList&~((2<<iSub)-1)] );
50379 walMerge(aContent, p->aList, p->nList, &aMerge, &nMerge, aBuffer);
50381 aSub[iSub].aList = aMerge;
50389 assert( p->aList==&aList[nList&~((2<<iSub)-1)] );
50390 walMerge(aContent, p->aList, p->nList, &aMerge, &nMerge, aBuffer);
50393 assert( aMerge==aList );
50400 assert( aContent[aList[i]] > aContent[aList[i-1]] );
136048 static int fts3DoclistCountDocids(char *aList, int nList){
136050 if( aList ){
136051 char *aEnd = &aList[nList]; /* Pointer to one byte after EOF */
136052 char *p = aList; /* Cursor */