Searched refs:pTruth (Results 1 – 1 of 1) sorted by relevance
1228 Expr *pTruth, in whereApplyPartialIndexConstraints() argument1234 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()