Searched refs:fts3ExprLHitGather (Results 1 – 1 of 1) sorted by relevance
902 static int fts3ExprLHitGather( in fts3ExprLHitGather() function910 rc = fts3ExprLHitGather(pExpr->pLeft, p); in fts3ExprLHitGather()911 if( rc==SQLITE_OK ) rc = fts3ExprLHitGather(pExpr->pRight, p); in fts3ExprLHitGather()1316 rc = fts3ExprLHitGather(pCsr->pExpr, pInfo); in fts3MatchinfoValues()