Lines Matching refs:aList
51752 ht_slot *aList, /* IN/OUT: List to sort */
51757 ht_slot *aList; /* Pointer to sub-list content */
51773 aMerge = &aList[iList];
51778 assert( p->aList && p->nList<=(1<<iSub) );
51779 assert( p->aList==&aList[iList&~((2<<iSub)-1)] );
51780 walMerge(aContent, p->aList, p->nList, &aMerge, &nMerge, aBuffer);
51782 aSub[iSub].aList = aMerge;
51792 assert( p->aList==&aList[nList&~((2<<iSub)-1)] );
51793 walMerge(aContent, p->aList, p->nList, &aMerge, &nMerge, aBuffer);
51796 assert( aMerge==aList );
51803 assert( aContent[aList[i]] > aContent[aList[i-1]] );
138924 static int fts3DoclistCountDocids(char *aList, int nList){
138926 if( aList ){
138927 char *aEnd = &aList[nList]; /* Pointer to one byte after EOF */
138928 char *p = aList; /* Cursor */