Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c247 case OP_DNCREF: in find_minlength()
965 case OP_DNCREF: in set_start_bits()
Dpcre2_printint.c412 case OP_DNCREF: in pcre2_printint()
Dpcre2_internal.h1512 OP_DNCREF, /* 142 Used to point to duplicate names as a condition */ enumerator
Dpcre2_dfa_match.c2743 if (condcode == OP_CREF || condcode == OP_DNCREF || in internal_dfa_match()
Dpcre2_compile.c4400 case OP_DNCREF: in first_significant_code()
7961 case OP_DNCREF: in is_startline()
Dpcre2_jit_compile.c730 case OP_DNCREF: in next_opcode()
900 case OP_DNCREF: in check_opcode_types()
9213 else if (*matchingpath == OP_DNCREF) in compile_bracket_matchingpath()
Dpcre2_match.c5286 case OP_DNCREF: /* Duplicate named group used test */ in match()
/external/pcre/dist2/
DHACKING737 OP_DNCREF is used instead. It is followed by two counts: the index in the group
744 whole pattern") or OP_DNRREF (with data as for OP_DNCREF).