Searched refs:best_len (Results 1 – 2 of 2) sorted by relevance
335 (msa).best_len = ONIG_MISMATCH;\1246 int i, n, num_mem, best_len, pop_level; in match_at() local1291 best_len = ONIG_MISMATCH; in match_at()1318 if (n > best_len) { in match_at()1322 if (n > msa->best_len) { in match_at()1323 msa->best_len = n; in match_at()1330 best_len = n; in match_at()1397 best_len = r; /* error code */ in match_at()1415 best_len = ONIG_MISMATCH; in match_at()2717 return best_len; in match_at()[all …]
740 int best_len; /* for ONIG_OPTION_FIND_LONGEST */ member
Completed in 25 milliseconds