Home
last modified time | relevance | path

Searched defs:pLhs (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Ddelete.c186 Expr *pLhs = NULL; /* LHS of IN(SELECT...) operator */ in sqlite3LimitWhere() local
H A Dwherecode.c483 ExprList *pLhs = 0; /* New LHS after mods */ in removeUnindexableInClauseTerms() local
H A Dexpr.c2816 Expr *pLhs = sqlite3VectorFieldSubexpr(pX->pLeft, i); in sqlite3FindInIndex() local
2859 Expr *pLhs = sqlite3VectorFieldSubexpr(pX->pLeft, i); in sqlite3FindInIndex() local
H A Dwhere.c2727 Expr *pLhs, *pRhs; in whereRangeVectorLen() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c1800 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()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c2194 SegmentPtr *pLhs = &pCsr->aPtr[iPtr - 1 - (pPtr->pSeg - pLvl->aRhs)]; in segmentCursorAdvance() local