Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c213 #define META_ALT 0x80010000u /* alternation */ macro
1036 case META_ALT: fprintf(stderr, "META | %d", meta_arg); break; in show_parsed()
4620 *parsed_pattern++ = META_ALT; in parse_regex()
5460 case META_ALT: in compile_branch()
8148 if (META_CODE(*pptr) != META_ALT) in compile_regex()
8901 case META_ALT: in parsed_skip()
9048 case META_ALT: in get_branchlength()
9446 while (*bptr == META_ALT); in set_lookbehind_lengths()
9520 case META_ALT: in check_lookbehinds()

Completed in 23 milliseconds