Lines Matching refs:META_END
211 #define META_END 0x80000000u /* End of pattern */ macro
942 if (*pptr < META_END) in show_parsed()
954 case META_END: in show_parsed()
2763 if (c >= META_END) *p++ = META_BIGVALUE; \
2925 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
2974 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
3016 if (c >= META_END) *parsed_pattern++ = META_BIGVALUE; in parse_regex()
5016 *parsed_pattern = META_END; in parse_regex()
5816 case META_END: in compile_branch()
5903 if (pptr[1] < META_END && pptr[2] == META_CLASS_END) in compile_branch()
5956 if (meta == META_CLASS && pptr[1] < META_END && pptr[2] < META_END && in compile_branch()
6156 if (meta >= META_END) in compile_branch()
8214 if (meta >= META_END) in compile_branch()
9261 if (meta < META_END) continue; /* Literal */ in parsed_skip()
9266 case META_END: in parsed_skip()
9477 if (*pptr < META_END) in get_branchlength()
9696 for (gptr = cb->parsed_pattern; *gptr != META_END; gptr++) in get_branchlength()
9974 for (; *pptr != META_END; pptr++) in check_lookbehinds()
9976 if (*pptr < META_END) continue; /* Literal */ in check_lookbehinds()
10489 for (p = ptr; p < cb.end_pattern; p++) if (*p >= META_END) big32count++; in pcre2_compile()