Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Damatch.c452 typedef int amatch_cost; typedef
470 amatch_cost rCost; /* Cost of the match so far */
484 amatch_cost rCost; /* Cost of this transformation */
503 amatch_cost rIns; /* Generic insertion cost '' -> ? */
504 amatch_cost rDel; /* Generic deletion cost ? -> '' */
505 amatch_cost rSub; /* Generic substitution cost ? -> ? */
516 amatch_cost rLimit; /* Maximum cost of any term */
576 amatch_cost rCost = sqlite3_column_int(pStmt, 3); in amatchLoadOneRule()
1024 amatch_cost rCost, in amatchAddWord()
1267 pCur->rLimit = (amatch_cost)sqlite3_value_int(argv[idx]); in amatchFilter()
[all …]