Searched refs:MAX_PATTERN_SIZE (Results 1 – 2 of 2) sorted by relevance
74 #undef MAX_PATTERN_SIZE110 #define MAX_PATTERN_SIZE (1 << 16) macro119 #define MAX_PATTERN_SIZE (1 << 24) macro129 #define MAX_PATTERN_SIZE (1 << 30) /* Keep it positive */ macro147 #define MAX_PATTERN_SIZE (1 << 16) macro157 #define MAX_PATTERN_SIZE (1 << 30) /* Keep it positive */ macro173 #define MAX_PATTERN_SIZE (1 << 30) /* Keep it positive */ macro
5532 if (*lengthptr > MAX_PATTERN_SIZE) in compile_branch()10237 if (length > MAX_PATTERN_SIZE) in pcre2_compile()
Completed in 29 milliseconds