Home
last modified time | relevance | path

Searched refs:xColumnText (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_aux.c224 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 Dfts5.h287 int (*xColumnText)(Fts5Context*, int iCol, const char **pz, int *pn); member
H A Dfts5_tcl.c363 rc = p->pApi->xColumnText(p->pFts, iCol, &z, &n); in xF5tApi()
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5_common.tcl75 lappend res [$cmd xColumnText $i]
97 $cmd xTokenize [$cmd xColumnText $i] [list test_append_token tokens]
H A Dfts5synonym2.test45 proc fts5_rowid {cmd} { expr [$cmd xColumnText -1] }
H A Dfts5al.test137 list [$cmd xColumnSize 0] [$cmd xColumnText 0]
H A Dfts5aux.test292 proc firstcol {cmd} { $cmd xColumnText 0 }
H A Dfts5tokenizer.test157 $cmd xTokenize [$cmd xColumnText 0] [list test_token_cb res]