Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfts2h.test55 # No hits at all. Returns empty doclists from termSelect().
H A Dfts3ah.test50 # No hits at all. Returns empty doclists from termSelect().
H A Dfts2g.test28 # No hits at all. Returns empty doclists from termSelect().
H A Dfts3ag.test28 # No hits at all. Returns empty doclists from termSelect().
H A Dfts2e.test25 # (over the first 16) and the termSelect() merge (over the level-1
H A Dfts1e.test25 # (over the first 16) and the termSelect() merge (over the level-1
H A Dfts1f.test25 # segmentMerge() merge (over the first 16) and the termSelect() merge
H A Dfts3ae.test25 # (over the first 16) and the termSelect() merge (over the level-1
H A Dfts2f.test25 # segmentMerge() merge (over the first 16) and the termSelect() merge
H A Dfts3af.test25 # segmentMerge() merge (over the first 16) and the termSelect() merge
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c3432 static int termSelect(fulltext_vtab *v, int iColumn,
3459 rc = termSelect(v, iColumn, pQTerm->pTerm, pQTerm->nTerm, pQTerm->isPrefix, in docListOfTerm()
3464 rc = termSelect(v, iColumn, pQTerm[i].pTerm, pQTerm[i].nTerm, in docListOfTerm()
5710 static int termSelect(fulltext_vtab *v, int iColumn, in termSelect() function
6593 rc = termSelect(v, v->nColumn, pTerm, nTerm, 0, DL_DEFAULT, &doclist); in dumpDoclistFunc()