Searched refs:xPhraseSize (Results 1 – 5 of 5) sorted by relevance
280 iNextOff = iOff+pApi->xPhraseSize(pFts, 0); in fts5MatchinfoLocalCb()288 iNextOff = io + pApi->xPhraseSize(pFts, ip); in fts5MatchinfoLocalCb()
281 int (*xPhraseSize)(Fts5Context*, int iPhrase); member
64 int iEnd = io - 1 + pIter->pApi->xPhraseSize(pIter->pFts, ip); in fts5CInstIterNext()347 iLast = iOff + pApi->xPhraseSize(pFts, ip); in fts5SnippetScore()
322 sz = p->pApi->xPhraseSize(p->pFts, iPhrase); in xF5tApi()
210 # Test passing an out-of-range phrase number to xPhraseSize (should 213 proc my_phrasesize {cmd iPhrase} { $cmd xPhraseSize $iPhrase }