Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_find_bracket.c133 case OP_MARK: in PRIV()
Dpcre2_pattern_info.c371 case OP_MARK: in pcre2_callout_enumerate()
Dpcre2_study.c670 case OP_MARK: in find_minlength()
933 case OP_MARK: in set_start_bits()
Dpcre2_printint.c802 case OP_MARK: in pcre2_printint()
Dpcre2_auto_possess.c1205 case OP_MARK: in PRIV()
Dpcre2_compile.c400 { 0, -1, OP_MARK },
401 { 4, -1, OP_MARK },
1024 case OP_MARK: in find_fixedlength()
1728 case OP_MARK: in could_be_empty_branch()
2523 case OP_MARK: in find_recurse()
Dpcre2_internal.h1570 OP_MARK, /* 151 always has an argument */ enumerator
Dpcre2_jit_compile.c801 case OP_MARK: in next_opcode()
903 case OP_MARK: in check_opcode_types()
1516 case OP_MARK: in get_framesize()
1696 case OP_MARK: in init_frame()
9571 case OP_MARK: in compile_matchingpath()
10653 case OP_MARK: in compile_backtrackingpath()
Dpcre2_match.c802 case OP_MARK: in match()
/external/pcre/dist2/
DHACKING241 OP_MARK is followed by the mark name, preceded by a length in one code unit,
244 with the name following in the same format as OP_MARK.