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

/external/pcre/dist/
H A Dpcre_study.c180 case OP_RREF:
872 case OP_RREF:
H A Dpcre_printint.c441 case OP_RREF:
H A Dpcre_compile.c1672 case OP_RREF:
1820 case OP_RREF:
6626 /* Other conditions use OP_CREF/OP_DNCREF/OP_RREF/OP_DNRREF, and all
6643 code[1+LINK_SIZE] = OP_RREF; /* Change the type of test */
6809 code[1+LINK_SIZE] = OP_RREF; /* Change test type */
8497 case OP_RREF:
H A Dpcre_dfa_exec.c2744 /* The only supported version of OP_RREF is for the value RREF_ANY,
2748 else if (condcode == OP_RREF)
H A Dpcre_jit_compile.c664 case OP_RREF:
6992 has_alternatives = (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF) ? FALSE : TRUE;
7250 else if (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF)
7256 if (*matchingpath == OP_RREF)
H A Dpcre_exec.c1348 case OP_RREF: /* Numbered group recursion test */

Completed in 93 milliseconds