Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c575 int iSubCost; /* Default substitution cost */ member
778 pLang->iSubCost = 150; in editDist3ConfigLoad()
787 pLang->iSubCost = iCost; in editDist3ConfigLoad()
1090 updateCost(m, cx, cxd, pLang->iSubCost); in editDist3Core()