Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_study.c262 case OP_DNRREF: in find_minlength()
1011 case OP_DNRREF: in set_start_bits()
Dpcre2_printint.c463 case OP_DNRREF: in pcre2_printint()
Dpcre2_internal.h1585 OP_DNRREF, /* 147 Used to point to duplicate names as a condition */ enumerator
Dpcre2_dfa_match.c2815 condcode == OP_DNRREF) in internal_dfa_match()
Dpcre2_compile.c4870 case OP_DNRREF: in first_significant_code()
8524 case OP_DNRREF: in is_startline()
Dpcre2_match.c5537 case OP_DNRREF: /* Duplicate named group recursion test */ in match()
Dpcre2_jit_compile.c951 case OP_DNRREF: in next_opcode()
10502 …SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()
/third_party/pcre2/pcre2/
DHACKING749 whole pattern") or OP_DNRREF (with data as for OP_DNCREF).