Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dlevenshtein.c30 static int reference_levdist(const char *s1, int l1, const char *s2, int l2, int cost_ins, int cost… in reference_levdist() argument
36 return l2 * cost_ins; in reference_levdist()
49 p1[i2] = i2 * cost_ins; in reference_levdist()
60 c2 = p2[i2] + cost_ins; in reference_levdist()
98 long cost_ins, cost_rep, cost_del; in PHP_FUNCTION() local
110 …if (zend_parse_parameters(5 TSRMLS_CC, "sslll", &str1, &str1_len, &str2, &str2_len, &cost_ins, &co… in PHP_FUNCTION()
113 distance = reference_levdist(str1, str1_len, str2, str2_len, cost_ins, cost_rep, cost_del); in PHP_FUNCTION()
H A Dbasic_functions.c1589 ZEND_ARG_INFO(0, cost_ins)

Completed in 17 milliseconds