Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c678 static EditDist3Cost *editDist3CostMerge( in editDist3CostMerge() function
718 p = editDist3CostMerge(ap[i],p); in editDist3CostSort()
729 if( ap[i] ) p = editDist3CostMerge(p,ap[i]); in editDist3CostSort()