Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
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
Dpcre2_compile.c5425 if (*lengthptr > MAX_PATTERN_SIZE) in compile_branch()
10111 if (length > MAX_PATTERN_SIZE) in pcre2_compile()