Home
last modified time | relevance | path

Searched refs:xColumnCount (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/fts5/test/
H A Dfts5_common.tcl66 for {set i 0} {$i < [$cmd xColumnCount]} {incr i} {
74 for {set i 0} {$i < [$cmd xColumnCount]} {incr i} {
82 for {set i 0} {$i < [$cmd xColumnCount]} {incr i} {
95 for {set i 0} {$i < [$cmd xColumnCount]} {incr i} {
121 for {set j 0} {$j < [$cmd xColumnCount]} {incr j} { lappend cnt 0 }
/sqlite-3.40.0/ext/fts5/
H A Dfts5.h270 int (*xColumnCount)(Fts5Context*); member
H A Dfts5_test_mi.c315 nCol = pApi->xColumnCount(pFts); in fts5MatchinfoNew()
H A Dfts5_aux.c404 nCol = pApi->xColumnCount(pFts); in fts5SnippetFunction()
H A Dfts5_tcl.c272 nCol = p->pApi->xColumnCount(p->pFts); in xF5tApi()