Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c1228 Expr *pTruth, in whereApplyPartialIndexConstraints() argument
1234 while( pTruth->op==TK_AND ){ in whereApplyPartialIndexConstraints()
1235 whereApplyPartialIndexConstraints(pTruth->pLeft, iTabCur, pWC); in whereApplyPartialIndexConstraints()
1236 pTruth = pTruth->pRight; in whereApplyPartialIndexConstraints()
1242 if( sqlite3ExprCompare(0, pExpr, pTruth, iTabCur)==0 ){ in whereApplyPartialIndexConstraints()