Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c3928 #define OPT_EXACT_MAXLEN 24 macro
3955 UChar s[OPT_EXACT_MAXLEN];
4181 return (ex->len >= OPT_EXACT_MAXLEN ? 1 : 0); in is_full_opt_exact_info()
4218 if (i + len > OPT_EXACT_MAXLEN) break; in concat_opt_exact_info()
4238 for (i = to->len, p = s; p < end && i < OPT_EXACT_MAXLEN; ) { in concat_opt_exact_info_str()
4240 if (i + len > OPT_EXACT_MAXLEN) break; in concat_opt_exact_info_str()
H A DHISTORY1334 OptExactInfo length should not over OPT_EXACT_MAXLEN.

Completed in 20 milliseconds