Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c114 #define META_DATA(x) (x & 0x0000ffffu) macro
932 uint32_t meta_arg = META_DATA(*pptr); in show_parsed()
5497 meta_arg = META_DATA(*pptr); in compile_branch()
5907 escape = META_DATA(meta); in compile_branch()
8153 lookbehindlength = META_DATA(pptr[-1]); in compile_regex()
8345 lookbehindlength = META_DATA(*pptr); in compile_regex()
8979 switch (META_DATA(*pptr)) in parsed_skip()
9236 escape = META_DATA(*pptr); in get_branchlength()
9355 group = META_DATA(*pptr); in get_branchlength()
9369 group = META_DATA(*pptr); in get_branchlength()
[all …]

Completed in 23 milliseconds