Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c731 #define QUANTIFIER_EXPAND_LIMIT_SIZE 50 macro
996 (qn->lower <= 1 || tlen * qn->lower <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_length_quantifier_node()
997 if (qn->lower == 1 && tlen > QUANTIFIER_EXPAND_LIMIT_SIZE) { in compile_length_quantifier_node()
1020 <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_length_quantifier_node()
1070 (qn->lower <= 1 || tlen * qn->lower <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_quantifier_node()
1071 if (qn->lower == 1 && tlen > QUANTIFIER_EXPAND_LIMIT_SIZE) { in compile_quantifier_node()
1135 <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_quantifier_node()