Searched refs:xColumnText (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_aux.c | 224 rc = pApi->xColumnText(pFts, iCol, &ctx.zIn, &ctx.nIn); in fts5HighlightFunction() 430 rc = pApi->xColumnText(pFts, i, &sFinder.zDoc, &nDoc); in fts5SnippetFunction() 485 rc = pApi->xColumnText(pFts, iBestCol, &ctx.zIn, &ctx.nIn); in fts5SnippetFunction()
|
| H A D | fts5.h | 287 int (*xColumnText)(Fts5Context*, int iCol, const char **pz, int *pn); member
|
| H A D | fts5_tcl.c | 363 rc = p->pApi->xColumnText(p->pFts, iCol, &z, &n); in xF5tApi()
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5_common.tcl | 75 lappend res [$cmd xColumnText $i] 97 $cmd xTokenize [$cmd xColumnText $i] [list test_append_token tokens]
|
| H A D | fts5synonym2.test | 45 proc fts5_rowid {cmd} { expr [$cmd xColumnText -1] }
|
| H A D | fts5al.test | 137 list [$cmd xColumnSize 0] [$cmd xColumnText 0]
|
| H A D | fts5aux.test | 292 proc firstcol {cmd} { $cmd xColumnText 0 }
|
| H A D | fts5tokenizer.test | 157 $cmd xTokenize [$cmd xColumnText 0] [list test_token_cb res]
|