Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c112350 Select *pLeftmost; /* Left-most of SELECT of a compound */ local
112377 pLeftmost = p;
112594 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){
204519 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ member
206443 pNew->pLeftmost = pTree->pLeftmost;
206449 pNew->pLeftmost = pNew;
206508 for(pIter=pTree->pLeftmost; pIter && rc==SQLITE_OK; pIter=pIter->pRight){
206532 SegmentNode *p = pTree->pLeftmost;