Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dresolve.c1693 Select *pLeftmost; /* Left-most of SELECT of a compound */ in resolveSelectStep() local
1720 pLeftmost = p; in resolveSelectStep()
1918 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){ in resolveSelectStep()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c220 SegmentNode *pLeftmost; /* Pointer to left-most node of this depth */ member
2122 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()