Searched refs:pAnd (Results 1 – 2 of 2) sorted by relevance
672 Fts3Expr *pAnd; in fts3ExprParse() local674 pAnd = sqlite3Fts3MallocZero(sizeof(Fts3Expr)); in fts3ExprParse()675 if( !pAnd ){ in fts3ExprParse()680 pAnd->eType = FTSQUERY_AND; in fts3ExprParse()681 insertBinaryOperator(&pRet, pPrev, pAnd); in fts3ExprParse()682 pPrev = pAnd; in fts3ExprParse()
1272 i64 iLast = pAnd->iRowid; in fts5ExprNodeTest_AND()1276 assert( pAnd->bEof==0 ); in fts5ExprNodeTest_AND()1278 pAnd->bNomatch = 0; in fts5ExprNodeTest_AND()1280 for(iChild=0; iChild<pAnd->nChild; iChild++){ in fts5ExprNodeTest_AND()1281 Fts5ExprNode *pChild = pAnd->apChild[iChild]; in fts5ExprNodeTest_AND()1287 pAnd->bNomatch = 0; in fts5ExprNodeTest_AND()1298 fts5ExprSetEof(pAnd); in fts5ExprNodeTest_AND()1307 pAnd->bNomatch = 1; in fts5ExprNodeTest_AND()1312 if( pAnd->bNomatch && pAnd!=pExpr->pRoot ){ in fts5ExprNodeTest_AND()1313 fts5ExprNodeZeroPoslist(pAnd); in fts5ExprNodeTest_AND()[all …]