Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c112174 Select *pLeftmost; /* Left-most of SELECT of a compound */ local
112201 pLeftmost = p;
112418 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){
204205 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ member
206129 pNew->pLeftmost = pTree->pLeftmost;
206135 pNew->pLeftmost = pNew;
206194 for(pIter=pTree->pLeftmost; pIter && rc==SQLITE_OK; pIter=pIter->pRight){
206218 SegmentNode *p = pTree->pLeftmost;