Searched refs:nextMatch (Results 1 – 1 of 1) sorted by relevance
4393 int nextMatch, in fuzzy_match_recursive() argument4430 if (nextMatch >= maxMatches) in fuzzy_match_recursive()4436 memcpy(matches, srcMatches, nextMatch * sizeof(srcMatches[0])); in fuzzy_match_recursive()4449 nextMatch, recursionCount)) in fuzzy_match_recursive()4462 matches[nextMatch++] = strIdx; in fuzzy_match_recursive()4481 nextMatch); in fuzzy_match_recursive()4489 return nextMatch; in fuzzy_match_recursive()4492 return nextMatch; // "this" score is better than recursive in fuzzy_match_recursive()