Searched refs:pSort (Results 1 – 3 of 3) sorted by relevance
249 Sorter *pSort; /* A linked list of objects to be sorted */ member
663 while( p->pSort ){ in sqliteVdbeSorterReset()664 Sorter *pSorter = p->pSort; in sqliteVdbeSorterReset()665 p->pSort = pSorter->pNext; in sqliteVdbeSorterReset()
3932 pSorter->pNext = p->pSort; in sqliteVdbeExec()3933 p->pSort = pSorter; in sqliteVdbeExec()4060 while( p->pSort ){ in sqliteVdbeExec()4061 pElem = p->pSort; in sqliteVdbeExec()4062 p->pSort = pElem->pNext; in sqliteVdbeExec()4081 p->pSort = pElem; in sqliteVdbeExec()4093 Sorter *pSorter = p->pSort; in sqliteVdbeExec()4096 p->pSort = pSorter->pNext; in sqliteVdbeExec()