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

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h249 Sorter *pSort; /* A linked list of objects to be sorted */ member in struct:Vdbe
H A Dvdbeaux.c663 while( p->pSort ){
664 Sorter *pSorter = p->pSort;
665 p->pSort = pSorter->pNext;
H A Dvdbe.c3932 pSorter->pNext = p->pSort;
3933 p->pSort = pSorter;
4060 while( p->pSort ){
4061 pElem = p->pSort;
4062 p->pSort = pElem->pNext;
4081 p->pSort = pElem;
4093 Sorter *pSorter = p->pSort;
4096 p->pSort = pSorter->pNext;

Completed in 27 milliseconds