Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h72 #undef MAX_MARK
211 #define MAX_MARK ((1u << 8) - 1) macro
219 #define MAX_MARK ((1u << 16) - 1) macro
Dpcre2_compile.c3148 if ((unsigned int)arglen > MAX_MARK) in process_verb_name()
5916 if ((unsigned int)arglen > MAX_MARK) /* possibility of overflow. */ in compile_branch()