Searched refs:pRightmost (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c1553 assert( pPrior->pRightmost!=pPrior );
1554 assert( pPrior->pRightmost==p->pRightmost );
1654 assert( p->pRightmost!=p ); /* Can only happen for leftward elements
1668 p->pRightmost->selFlags |= SF_UsesEphemeral;
1757 p->pRightmost->selFlags |= SF_UsesEphemeral;
1836 assert( p->pRightmost==p );
2714 if( p->pRightmost && pSub->pLimit ){
2856 p->pRightmost = 0;
2861 pNew->pRightmost
[all...]
H A DsqliteInt.h2042 Select *pRightmost; /* Right-most select in a compound select statement */ member in struct:Select
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10402 Select *pRightmost; /* Right-most select in a compound select statement */ member in struct:Select
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10958 Select *pRightmost; /* Right-most select in a compound select statement */ member in struct:Select
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10958 Select *pRightmost; /* Right-most select in a compound select statement */ member in struct:Select
[all...]

Completed in 522 milliseconds