Searched refs:nTok (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_aux.c | 670 int nTok; in fts5Bm25Function() local 671 rc = pApi->xColumnSize(pFts, -1, &nTok); in fts5Bm25Function() 672 D = (double)nTok; in fts5Bm25Function()
|
| /sqlite-3.40.0/test/ |
| H A D | fts3snippet.test | 196 proc do_snippet_test {name expr iCol nTok args} { 200 SELECT snippet(ft,'{','}','...',$iCol,$nTok) FROM ft WHERE ft MATCH $expr
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 2818 int nTok; /* Length of zTok, including nul terminator */ in constructVtab() local 2841 nTok = strlen(zTok)+1; in constructVtab() 2843 m = (sqlite3_tokenizer_module *)sqlite3Fts2HashFind(pHash, zTok, nTok); in constructVtab()
|