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

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c180 case OP_RREF:
872 case OP_RREF:
H A Dpcre_printint.c441 case OP_RREF:
H A Dpcre_compile.c1676 case OP_RREF:
1824 case OP_RREF:
6630 /* Other conditions use OP_CREF/OP_DNCREF/OP_RREF/OP_DNRREF, and all
6647 code[1+LINK_SIZE] = OP_RREF; /* Change the type of test */
6813 code[1+LINK_SIZE] = OP_RREF; /* Change test type */
8501 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 98 milliseconds