Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c335 (msa).best_len = ONIG_MISMATCH;\
1246 int i, n, num_mem, best_len, pop_level; in match_at() local
1291 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()
2722 return best_len; in match_at()
[all …]
H A Dregint.h740 int best_len; /* for ONIG_OPTION_FIND_LONGEST */ member

Completed in 17 milliseconds