Home
last modified time | relevance | path

Searched refs:pSort (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h246 Sorter *pSort; /* A linked list of objects to be sorted */ member
H A Dvdbeaux.c660 while( p->pSort ){ in sqliteVdbeSorterReset()
661 Sorter *pSorter = p->pSort; in sqliteVdbeSorterReset()
662 p->pSort = pSorter->pNext; in sqliteVdbeSorterReset()
H A Dvdbe.c3930 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()