Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_snippet.c902 static int fts3ExprLHitGather( in fts3ExprLHitGather() function
910 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()