Searched refs:pLeftmost (Results 1 – 2 of 2) sorted by relevance
1693 Select *pLeftmost; /* Left-most of SELECT of a compound */ in resolveSelectStep() local1720 pLeftmost = p; in resolveSelectStep()1918 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){ in resolveSelectStep()
220 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ member2122 pNew->pLeftmost = pTree->pLeftmost; in fts3NodeAddTerm()2128 pNew->pLeftmost = pNew; in fts3NodeAddTerm()2187 for(pIter=pTree->pLeftmost; pIter && rc==SQLITE_OK; pIter=pIter->pRight){ in fts3NodeWrite()2211 SegmentNode *p = pTree->pLeftmost; in fts3NodeFree()