Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_find_bracket.c133 case OP_MARK: in PRIV()
Dpcre2_pattern_info.c392 case OP_MARK: in pcre2_callout_enumerate()
Dpcre2_study.c731 case OP_MARK: in find_minlength()
1019 case OP_MARK: in set_start_bits()
Dpcre2_printint.c837 case OP_MARK: in pcre2_printint()
Dpcre2_auto_possess.c1280 case OP_MARK: in PRIV()
Dpcre2_internal.h1594 OP_MARK, /* 153 always has an argument */ enumerator
Dpcre2_jit_compile.c1060 case OP_MARK: in next_opcode()
1183 case OP_MARK: in check_opcode_types()
1981 case OP_MARK: in get_framesize()
2162 case OP_MARK: in init_frame()
2536 case OP_MARK: in get_recurse_data_length()
2544 if (*cc != OP_MARK) in get_recurse_data_length()
2937 case OP_MARK: in copy_recurse_data()
12335 case OP_MARK: in compile_matchingpath()
13425 case OP_MARK: in compile_backtrackingpath()
Dpcre2_compile.c636 OP_MARK, OP_ACCEPT, OP_FAIL, OP_COMMIT, OP_COMMIT_ARG, OP_PRUNE,
4894 case OP_MARK: in first_significant_code()
8668 case OP_MARK: in find_recurse()
Dpcre2_match.c6121 case OP_MARK: in match()
/third_party/pcre2/pcre2/
DHACKING441 (*MARK:NAME) generates OP_MARK followed by the mark name, preceded by a
450 name following in the same format as for OP_MARK.