Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c114 #define META_DATA(x) (x & 0x0000ffffu) macro
927 uint32_t meta_arg = META_DATA(*pptr); in show_parsed()
5389 meta_arg = META_DATA(*pptr); in compile_branch()
5799 escape = META_DATA(meta); in compile_branch()
8026 lookbehindlength = META_DATA(pptr[-1]); in compile_regex()
8218 lookbehindlength = META_DATA(*pptr); in compile_regex()
8853 switch (META_DATA(*pptr)) in parsed_skip()
9110 escape = META_DATA(*pptr); in get_branchlength()
9229 group = META_DATA(*pptr); in get_branchlength()
9243 group = META_DATA(*pptr); in get_branchlength()
[all …]

Completed in 25 milliseconds