Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h74 #undef MAX_PATTERN_SIZE
110 #define MAX_PATTERN_SIZE (1 << 16) macro
119 #define MAX_PATTERN_SIZE (1 << 24) macro
129 #define MAX_PATTERN_SIZE (1 << 30) /* Keep it positive */ macro
147 #define MAX_PATTERN_SIZE (1 << 16) macro
157 #define MAX_PATTERN_SIZE (1 << 30) /* Keep it positive */ macro
173 #define MAX_PATTERN_SIZE (1 << 30) /* Keep it positive */ macro
H A Dpcre2_compile.c5424 if (*lengthptr > MAX_PATTERN_SIZE) in compile_branch()
10110 if (length > MAX_PATTERN_SIZE) in pcre2_compile()

Completed in 32 milliseconds