Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c2390 int iDist; in spellfix1RunQuery() local
2457 iDist = editDist3Core(p->pMatchStr3, zWord, nWord, p->pLang, &iMatchlen); in spellfix1RunQuery()
2461 iDist = editdist1(p->zPattern, zK1, 0); in spellfix1RunQuery()
2463 if( iDist<0 ){ in spellfix1RunQuery()
2477 if( iDist>p->iMaxDist ) continue; in spellfix1RunQuery()
2484 iScore = spellfix1Score(iDist,iRank); in spellfix1RunQuery()
2501 pCur->a[idx].iDistance = iDist; in spellfix1RunQuery()