Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c179 case OP_DNCREF: in find_minlength()
823 case OP_DNCREF: in set_start_bits()
Dpcre_printint.c431 case OP_DNCREF: in pcre_printint()
DHACKING495 OP_DNCREF is used instead. It is followed by two counts: the index in the group
501 pattern") or OP_DNRREF (with data as for OP_DNCREF). For a DEFINE condition,
Dpcre_internal.h2090 OP_DNCREF, /* 142 Used to point to duplicate names as a condition */ enumerator
Dpcre_compile.c1671 case OP_DNCREF: in first_significant_code()
1810 case OP_DNCREF: in find_fixedlength()
8496 case OP_DNCREF: in is_startline()
Dpcre_dfa_exec.c2735 if (condcode == OP_CREF || condcode == OP_DNCREF || in internal_dfa_exec()
Dpcre_jit_compile.c663 case OP_DNCREF: in next_opcode()
837 case OP_DNCREF: in check_opcode_types()
7229 else if (*matchingpath == OP_DNCREF) in compile_bracket_matchingpath()
Dpcre_exec.c1376 case OP_DNCREF: /* Duplicate named group used test */ in match()