Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A DvdbeInt.h249 Sorter *pSort; /* A linked list of objects to be sorted */ member
H A Dvdbeaux.c663 while( p->pSort ){ in sqliteVdbeSorterReset()
664 Sorter *pSorter = p->pSort; in sqliteVdbeSorterReset()
665 p->pSort = pSorter->pNext; in sqliteVdbeSorterReset()
H A Dvdbe.c3932 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()