Lines Matching refs:aList
50371 ht_slot *aList, /* IN/OUT: List to sort */
50376 ht_slot *aList; /* Pointer to sub-list content */
50392 aMerge = &aList[iList];
50395 assert( p->aList && p->nList<=(1<<iSub) );
50396 assert( p->aList==&aList[iList&~((2<<iSub)-1)] );
50397 walMerge(aContent, p->aList, p->nList, &aMerge, &nMerge, aBuffer);
50399 aSub[iSub].aList = aMerge;
50407 assert( p->aList==&aList[nList&~((2<<iSub)-1)] );
50408 walMerge(aContent, p->aList, p->nList, &aMerge, &nMerge, aBuffer);
50411 assert( aMerge==aList );
50418 assert( aContent[aList[i]] > aContent[aList[i-1]] );
136066 static int fts3DoclistCountDocids(char *aList, int nList){
136068 if( aList ){
136069 char *aEnd = &aList[nList]; /* Pointer to one byte after EOF */
136070 char *p = aList; /* Cursor */