Searched refs:OP_DNRREF (Results 1 - 6 of 6) sorted by relevance

/external/pcre/dist/
H A Dpcre_study.c181 case OP_DNRREF:
826 case OP_DNRREF:
H A Dpcre_printint.c449 case OP_DNRREF:
H A Dpcre_compile.c1673 case OP_DNRREF:
1811 case OP_DNRREF:
6626 /* Other conditions use OP_CREF/OP_DNCREF/OP_RREF/OP_DNRREF, and all
8498 case OP_DNRREF:
H A Dpcre_dfa_exec.c2736 condcode == OP_DNRREF)
H A Dpcre_exec.c1356 case OP_DNRREF: /* Duplicate named group recursion test */
H A Dpcre_jit_compile.c665 case OP_DNRREF:
6992 has_alternatives = (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF) ? FALSE : TRUE;
7250 else if (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF)

Completed in 135 milliseconds