Home
last modified time | relevance | path

Searched refs:xColumnSize (Results 1 – 12 of 12) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_aux.c436 rc = pApi->xColumnSize(pFts, i, &nDocsize); in fts5SnippetFunction()
488 rc = pApi->xColumnSize(pFts, iBestCol, &nColSize); in fts5SnippetFunction()
671 rc = pApi->xColumnSize(pFts, -1, &nTok); in fts5Bm25Function()
H A Dfts5.h288 int (*xColumnSize)(Fts5Context*, int iCol, int *pnToken); member
H A Dfts5_test_mi.c259 rc = pApi->xColumnSize(pFts, i, &nToken); in fts5MatchinfoLocalCb()
H A Dfts5_tcl.c375 rc = p->pApi->xColumnSize(p->pFts, iCol, &n); in xF5tApi()
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5fault7.test28 # Test fault-injection on a query that uses xColumnSize() on columnsize=0
H A Dfts5columnsize.test104 # Test the xColumnSize() API
H A Dfts5_common.tcl67 lappend res [$cmd xColumnSize $i]
H A Dfts5corrupt2.test263 $cmd xColumnSize $i
H A Dfts5al.test137 list [$cmd xColumnSize 0] [$cmd xColumnText 0]
H A Dfts5aux.test30 $cmd xColumnSize $i
H A Dfts5ae.test137 # Test that the xColumnSize() and xColumnAvgsize() APIs work.
H A Dfts5synonym.test383 # Test that the xColumnSize() API is not confused by colocated tokens.