Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c573 int iInsCost; /* Default insertion cost */ member
776 pLang->iInsCost = 100; in editDist3ConfigLoad()
785 pLang->iInsCost = iCost; in editDist3ConfigLoad()
1066 updateCost(m, rx, rxp, pLang->iInsCost); in editDist3Core()
1086 updateCost(m, cx, cxu, pLang->iInsCost); in editDist3Core()