Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c113 #define META_CODE(x) (x & 0xffff0000u) macro
869 else switch (META_CODE(*pptr++)) in show_parsed()
5016 meta = META_CODE(*pptr); in compile_branch()
5380 if (META_CODE(meta) != META_ESCAPE) in compile_branch()
7695 if (META_CODE(*pptr) != META_ALT) in compile_regex()
8380 uint32_t meta = META_CODE(*pptr); in parsed_skip()
8590 else switch (META_CODE(*pptr)) in get_branchlength()
8731 uint32_t meta_code = META_CODE(*pptr); in get_branchlength()
8798 if (META_CODE(*gptr) == META_BIGVALUE) gptr++; in get_branchlength()
8991 switch (META_CODE(*pptr)) in check_lookbehinds()

Completed in 21 milliseconds