Searched refs:pPrior (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c296 sqliteSelectDelete(p->pPrior);
1106 if( pSelect->pPrior ){
1107 if( matchOrderbyToColumn(pParse, pSelect->pPrior, pOrderBy, iTable, 0) ){
1208 multiSelectSortOrder(p->pPrior, pOrderBy);
1271 ** left is p->pPrior. The left query could also be a compound query
1289 ** The arrows in the diagram above represent the Select.pPrior pointer.
1291 ** pPrior will be the t2 query. p->op will be TK_UNION in this case.
1298 Select *pPrior; /* Another SELECT immediately to our left */ local
1304 if( p==0 || p->pPrior==0 ) return 1;
1305 pPrior
[all...]
H A Dexpr.c237 pNew->pPrior = sqliteSelectDup(p->pPrior);
H A Dattach.c262 pSelect = pSelect->pPrior;
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
H A Dparse.y297 Z->pPrior = X;

Completed in 50 milliseconds