Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c113 #define META_CODE(x) (x & 0xffff0000u) macro
942 else switch (META_CODE(*pptr++)) in show_parsed()
5494 meta = META_CODE(*pptr); in compile_branch()
5896 if (META_CODE(meta) != META_ESCAPE) in compile_branch()
8273 if (META_CODE(*pptr) != META_ALT) in compile_regex()
8957 uint32_t meta = META_CODE(*pptr); in parsed_skip()
9169 else switch (META_CODE(*pptr)) in get_branchlength()
9313 uint32_t meta_code = META_CODE(*pptr); in get_branchlength()
9380 if (META_CODE(*gptr) == META_BIGVALUE) gptr++; in get_branchlength()
9614 switch (META_CODE(*pptr)) in check_lookbehinds()

Completed in 24 milliseconds