Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c678 static int fts5ExprNearIsMatch(int *pRc, Fts5ExprNearset *pNear){ in fts5ExprNearIsMatch() function
875 if( i==pNear->nPhrase && (i==1 || fts5ExprNearIsMatch(pRc, pNear)) ){ in fts5ExprNearTest()