Searched refs:pSort (Results 1 – 3 of 3) sorted by relevance
246 Sorter *pSort; /* A linked list of objects to be sorted */ member
660 while( p->pSort ){ in sqliteVdbeSorterReset()661 Sorter *pSorter = p->pSort; in sqliteVdbeSorterReset()662 p->pSort = pSorter->pNext; in sqliteVdbeSorterReset()
3930 pSorter->pNext = p->pSort; in sqliteVdbeExec()3931 p->pSort = pSorter; in sqliteVdbeExec()4058 while( p->pSort ){ in sqliteVdbeExec()4059 pElem = p->pSort; in sqliteVdbeExec()4060 p->pSort = pElem->pNext; in sqliteVdbeExec()4079 p->pSort = pElem; in sqliteVdbeExec()4091 Sorter *pSorter = p->pSort; in sqliteVdbeExec()4094 p->pSort = pSorter->pNext; in sqliteVdbeExec()