Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c114 #define META_DATA(x) (x & 0x0000ffffu) macro
938 uint32_t meta_arg = META_DATA(*pptr); in show_parsed()
5746 meta_arg = META_DATA(*pptr); in compile_branch()
6167 escape = META_DATA(meta); in compile_branch()
8436 lookbehindlength = META_DATA(pptr[-1]); in compile_regex()
8642 lookbehindlength = META_DATA(*pptr); in compile_regex()
9276 switch (META_DATA(*pptr)) in parsed_skip()
9547 escape = META_DATA(*pptr); in get_branchlength()
9671 group = META_DATA(*pptr); in get_branchlength()
9685 group = META_DATA(*pptr); in get_branchlength()
[all …]

Completed in 24 milliseconds