Searched refs:termSelect (Results 1 – 11 of 11) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | fts2h.test | 55 # No hits at all. Returns empty doclists from termSelect().
|
| H A D | fts3ah.test | 50 # No hits at all. Returns empty doclists from termSelect().
|
| H A D | fts2g.test | 28 # No hits at all. Returns empty doclists from termSelect().
|
| H A D | fts3ag.test | 28 # No hits at all. Returns empty doclists from termSelect().
|
| H A D | fts2e.test | 25 # (over the first 16) and the termSelect() merge (over the level-1
|
| H A D | fts1e.test | 25 # (over the first 16) and the termSelect() merge (over the level-1
|
| H A D | fts1f.test | 25 # segmentMerge() merge (over the first 16) and the termSelect() merge
|
| H A D | fts3ae.test | 25 # (over the first 16) and the termSelect() merge (over the level-1
|
| H A D | fts2f.test | 25 # segmentMerge() merge (over the first 16) and the termSelect() merge
|
| H A D | fts3af.test | 25 # segmentMerge() merge (over the first 16) and the termSelect() merge
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 3432 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()
|