Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c503 amatch_cost rIns; /* Generic insertion cost '' -> ? */ member
616 if( p->rIns==0 || p->rIns>rCost ) p->rIns = rCost; in amatchLoadOneRule()
1214 if( p->rIns>0 ){ in amatchNext()
1215 amatchAddWord(pCur, pWord->rCost+p->rIns, pWord->nMatch, in amatchNext()
1222 if( p->rIns<0 && p->rSub<0 ) break; in amatchNext()