Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_test_mi.c280 iNextOff = iOff+pApi->xPhraseSize(pFts, 0); in fts5MatchinfoLocalCb()
288 iNextOff = io + pApi->xPhraseSize(pFts, ip); in fts5MatchinfoLocalCb()
H A Dfts5.h281 int (*xPhraseSize)(Fts5Context*, int iPhrase); member
H A Dfts5_aux.c64 int iEnd = io - 1 + pIter->pApi->xPhraseSize(pIter->pFts, ip); in fts5CInstIterNext()
347 iLast = iOff + pApi->xPhraseSize(pFts, ip); in fts5SnippetScore()
H A Dfts5_tcl.c322 sz = p->pApi->xPhraseSize(p->pFts, iPhrase); in xF5tApi()
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5aux.test210 # Test passing an out-of-range phrase number to xPhraseSize (should
213 proc my_phrasesize {cmd iPhrase} { $cmd xPhraseSize $iPhrase }