Lines Matching refs:aList
63313 ht_slot *aList, /* IN/OUT: List to sort */
63318 ht_slot *aList; /* Pointer to sub-list content */
63334 aMerge = &aList[iList];
63339 assert( p->aList && p->nList<=(1<<iSub) );
63340 assert( p->aList==&aList[iList&~((2<<iSub)-1)] );
63341 walMerge(aContent, p->aList, p->nList, &aMerge, &nMerge, aBuffer);
63343 aSub[iSub].aList = aMerge;
63353 assert( p->aList==&aList[nList&~((2<<iSub)-1)] );
63354 walMerge(aContent, p->aList, p->nList, &aMerge, &nMerge, aBuffer);
63357 assert( aMerge==aList );
63364 assert( aContent[aList[i]] > aContent[aList[i-1]] );
179980 static int fts3DoclistCountDocids(char *aList, int nList){
179982 if( aList ){
179983 char *aEnd = &aList[nList]; /* Pointer to one byte after EOF */
179984 char *p = aList; /* Cursor */