Searched refs:xColumnSize (Results 1 – 12 of 12) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_aux.c | 436 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 D | fts5.h | 288 int (*xColumnSize)(Fts5Context*, int iCol, int *pnToken); member
|
| H A D | fts5_test_mi.c | 259 rc = pApi->xColumnSize(pFts, i, &nToken); in fts5MatchinfoLocalCb()
|
| H A D | fts5_tcl.c | 375 rc = p->pApi->xColumnSize(p->pFts, iCol, &n); in xF5tApi()
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5fault7.test | 28 # Test fault-injection on a query that uses xColumnSize() on columnsize=0
|
| H A D | fts5columnsize.test | 104 # Test the xColumnSize() API
|
| H A D | fts5_common.tcl | 67 lappend res [$cmd xColumnSize $i]
|
| H A D | fts5corrupt2.test | 263 $cmd xColumnSize $i
|
| H A D | fts5al.test | 137 list [$cmd xColumnSize 0] [$cmd xColumnText 0]
|
| H A D | fts5aux.test | 30 $cmd xColumnSize $i
|
| H A D | fts5ae.test | 137 # Test that the xColumnSize() and xColumnAvgsize() APIs work.
|
| H A D | fts5synonym.test | 383 # Test that the xColumnSize() API is not confused by colocated tokens.
|