Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c318 static int fts3EvalStart(Fts3Cursor *pCsr);
3370 rc = fts3EvalStart(pCsr); in fts3FilterMethod()
5129 static int fts3EvalStart(Fts3Cursor *pCsr){ in fts3EvalStart() function