Lines Matching refs:META_END
211 #define META_END 0x80000000u /* End of pattern */ macro
936 if (*pptr < META_END) in show_parsed()
948 case META_END: in show_parsed()
2588 if (c >= META_END) *p++ = META_BIGVALUE; \
2736 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
2785 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
2827 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
4801 *parsed_pattern = META_END; in parse_regex()
5565 case META_END: in compile_branch()
5652 if (pptr[1] < META_END && pptr[2] == META_CLASS_END) in compile_branch()
5700 if (meta == META_CLASS && pptr[1] < META_END && pptr[2] < META_END && in compile_branch()
5894 if (meta >= META_END) in compile_branch()
7935 if (meta >= META_END) in compile_branch()
8962 if (meta < META_END) continue; /* Literal */ in parsed_skip()
8967 case META_END: in parsed_skip()
9164 if (*pptr < META_END) in get_branchlength()
9378 for (gptr = cb->parsed_pattern; *gptr != META_END; gptr++) in get_branchlength()
9610 for (; *pptr != META_END; pptr++) in check_lookbehinds()
9612 if (*pptr < META_END) continue; /* Literal */ in check_lookbehinds()
10122 for (p = ptr; p < cb.end_pattern; p++) if (*p >= META_END) big32count++; in pcre2_compile()