Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c113 #define META_CODE(x) (x & 0xffff0000u) macro
937 else switch (META_CODE(*pptr++)) in show_parsed()
5388 meta = META_CODE(*pptr); in compile_branch()
5790 if (META_CODE(meta) != META_ESCAPE) in compile_branch()
8148 if (META_CODE(*pptr) != META_ALT) in compile_regex()
8833 uint32_t meta = META_CODE(*pptr); in parsed_skip()
9045 else switch (META_CODE(*pptr)) in get_branchlength()
9189 uint32_t meta_code = META_CODE(*pptr); in get_branchlength()
9256 if (META_CODE(*gptr) == META_BIGVALUE) gptr++; in get_branchlength()
9490 switch (META_CODE(*pptr)) in check_lookbehinds()

Completed in 27 milliseconds