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
1046 case META_ALT: fprintf(stderr, "META | %d", meta_arg); break; in show_parsed()
4940 *parsed_pattern++ = META_ALT; in parse_regex()
5816 case META_ALT: in compile_branch()
8574 if (META_CODE(*pptr) != META_ALT) in compile_regex()
9322 case META_ALT: in parsed_skip()
9483 case META_ALT: in get_branchlength()
9911 while (*bptr == META_ALT); in set_lookbehind_lengths()
10006 case META_ALT: in check_lookbehinds()

Completed in 27 milliseconds