Searched refs:fulltextQuery (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 2775 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 D | fts2.c | 3644 static int fulltextQuery( in fulltextQuery() function 3832 rc = fulltextQuery(v, idxNum-QUERY_FULLTEXT, zQuery, -1, &c->result, &c->q); in fulltextFilter()
|