Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c208 #define META_END 0x80000000u /* End of pattern */ macro
863 if (*pptr < META_END) in show_parsed()
875 case META_END: in show_parsed()
2313 if (c >= META_END) *p++ = META_BIGVALUE; \
4334 *parsed_pattern = META_END; in parse_regex()
5087 case META_END: in compile_branch()
5174 if (pptr[1] < META_END && pptr[2] == META_CLASS_END) in compile_branch()
5378 if (meta >= META_END) in compile_branch()
7377 if (meta >= META_END) in compile_branch()
8385 if (meta < META_END) continue; /* Literal */ in parsed_skip()
[all …]
/external/pcre/dist2/
DHACKING194 META_END End of pattern (this value is 0x80000000)
250 META_BIGVALUE Next is a literal >= META_END
DChangeLog673 overrun did not check when the final META_END item was added.