Searched defs:pPrior (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c298 sqliteSelectDelete(p->pPrior);
1108 if( pSelect->pPrior ){
1109 if( matchOrderbyToColumn(pParse, pSelect->pPrior, pOrderBy, iTable, 0) ){
1210 multiSelectSortOrder(p->pPrior, pOrderBy);
1273 ** left is p->pPrior. The left query could also be a compound query
1291 ** The arrows in the diagram above represent the Select.pPrior pointer.
1293 ** pPrior will be the t2 query. p->op will be TK_UNION in this case.
1300 Select *pPrior; /* Another SELECT immediately to our left */ local
1306 if( p==0 || p->pPrior==0 ) return 1;
1307 pPrior
[all...]
H A Dbtree.c1922 OverflowPage *pOvfl, *pPrior; local
1944 pPrior = 0;
1953 if( pPrior ) sqlitepager_unref(pPrior);
1959 pPrior = pOvfl;
1979 if( pPrior ){
1980 sqlitepager_unref(pPrior);
H A DsqliteInt.h862 Select *pPrior; /* Prior select in a compound select statement */ member in struct:Select

Completed in 110 milliseconds