Searched defs:pLhs (Results 1 – 6 of 6) sorted by relevance
186 Expr *pLhs = NULL; /* LHS of IN(SELECT...) operator */ in sqlite3LimitWhere() local
483 ExprList *pLhs = 0; /* New LHS after mods */ in removeUnindexableInClauseTerms() local
2816 Expr *pLhs = sqlite3VectorFieldSubexpr(pX->pLeft, i); in sqlite3FindInIndex() local2859 Expr *pLhs = sqlite3VectorFieldSubexpr(pX->pLeft, i); in sqlite3FindInIndex() local
2727 Expr *pLhs, *pRhs; in whereRangeVectorLen() local
1800 static int fts3SegReaderCmp(Fts3SegReader *pLhs, Fts3SegReader *pRhs){ in fts3SegReaderCmp()1833 static int fts3SegReaderDoclistCmp(Fts3SegReader *pLhs, Fts3SegReader *pRhs){ in fts3SegReaderDoclistCmp()1845 static int fts3SegReaderDoclistCmpRev(Fts3SegReader *pLhs, Fts3SegReader *pRhs){ in fts3SegReaderDoclistCmpRev()
2194 SegmentPtr *pLhs = &pCsr->aPtr[iPtr - 1 - (pPtr->pSeg - pLvl->aRhs)]; in segmentCursorAdvance() local