Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c265 #define META_MARK 0x80290000u /* (*MARK) */ macro
618 { 0, META_MARK, +1 }, /* > 0 => must have an argument */
619 { 4, META_MARK, +1 },
1144 case META_MARK: in show_parsed()
3861 *parsed_pattern++ = META_MARK; in parse_regex()
6148 *code++ = verbops[(meta - META_MARK) >> 16]; in compile_branch()
6171 case META_MARK: in compile_branch()
6174 *code++ = verbops[(meta - META_MARK) >> 16]; in compile_branch()
8867 case META_MARK: /* Add the length of the name. */ in parsed_skip()
9060 case META_MARK: in get_branchlength()
[all …]

Completed in 25 milliseconds