Searched refs:apSorter (Results 1 – 1 of 1) sorted by relevance
4056 Sorter *apSorter[NSORT]; in sqliteVdbeExec() local4058 apSorter[i] = 0; in sqliteVdbeExec()4065 if( apSorter[i]==0 ){ in sqliteVdbeExec()4066 apSorter[i] = pElem; in sqliteVdbeExec()4069 pElem = Merge(apSorter[i], pElem); in sqliteVdbeExec()4070 apSorter[i] = 0; in sqliteVdbeExec()4074 apSorter[NSORT-1] = Merge(apSorter[NSORT-1],pElem); in sqliteVdbeExec()4079 pElem = Merge(apSorter[i], pElem); in sqliteVdbeExec()