Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c246951 static int fts5ExprNearIsMatch(int *pRc, Fts5ExprNearset *pNear){ function
247148 if( i==pNear->nPhrase && (i==1 || fts5ExprNearIsMatch(pRc, pNear)) ){