Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c726 #define QUANTIFIER_EXPAND_LIMIT_SIZE 50 macro
991 (qn->lower <= 1 || tlen * qn->lower <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_length_quantifier_node()
992 if (qn->lower == 1 && tlen > QUANTIFIER_EXPAND_LIMIT_SIZE) { in compile_length_quantifier_node()
1015 <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_length_quantifier_node()
1065 (qn->lower <= 1 || tlen * qn->lower <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_quantifier_node()
1066 if (qn->lower == 1 && tlen > QUANTIFIER_EXPAND_LIMIT_SIZE) { in compile_quantifier_node()
1130 <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_quantifier_node()

Completed in 16 milliseconds