Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c248 case OP_RREF: in find_minlength()
1014 case OP_RREF: in set_start_bits()
Dpcre2_printint.c421 case OP_RREF: in pcre2_printint()
Dpcre2_compile.c4401 case OP_RREF: in first_significant_code()
5832 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
5875 code[1+LINK_SIZE] = OP_RREF; in compile_branch()
5884 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
7962 case OP_RREF: in is_startline()
Dpcre2_internal.h1513 OP_RREF, /* 143 Used to hold a recursion number as condition */ enumerator
Dpcre2_jit_compile.c731 case OP_RREF: in next_opcode()
8975 …SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()
8977 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()
9234 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
9247 else if (*matchingpath == OP_RREF) in compile_bracket_matchingpath()
Dpcre2_dfa_match.c2762 else if (condcode == OP_RREF) in internal_dfa_match()
Dpcre2_match.c5258 case OP_RREF: /* Group recursion test */ in match()
/external/pcre/dist2/
DHACKING743 subpattern using the opcode OP_RREF (with a value of RREF_ANY (0xffff) for "the