Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c2775 static int fulltextQuery( in fulltextQuery() function
2913 rc = fulltextQuery(v, idxNum-QUERY_FULLTEXT, zQuery, -1, &pResult, &c->q); in fulltextFilter()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c3644 static int fulltextQuery( in fulltextQuery() function
3832 rc = fulltextQuery(v, idxNum-QUERY_FULLTEXT, zQuery, -1, &c->result, &c->q); in fulltextFilter()