Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c213 #define META_ALT 0x80010000u /* alternation */ macro
1047 case META_ALT: fprintf(stderr, "META | %d", meta_arg); break; in show_parsed()
4941 *parsed_pattern++ = META_ALT; in parse_regex()
5817 case META_ALT: in compile_branch()
8576 if (META_CODE(*pptr) != META_ALT) in compile_regex()
9324 case META_ALT: in parsed_skip()
9485 case META_ALT: in get_branchlength()
9913 while (META_CODE(*bptr) == META_ALT); in set_lookbehind_lengths()
10008 case META_ALT: in check_lookbehinds()

Completed in 34 milliseconds