Searched refs:OP_RREF (Results 1 – 7 of 7) sorted by relevance
262 case OP_RREF: in find_minlength()1062 case OP_RREF: in set_start_bits()
466 case OP_RREF: in pcre2_printint()
5086 case OP_RREF: in first_significant_code()6624 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()6667 code[1+LINK_SIZE] = OP_RREF; in compile_branch()6676 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()8822 case OP_RREF: in is_startline()
1609 OP_RREF, /* 147 Used to hold a recursion number as condition */ enumerator
992 case OP_RREF: in next_opcode()10853 …SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()10855 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()11127 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()11140 else if (*matchingpath == OP_RREF) in compile_bracket_matchingpath()
2880 else if (condcode == OP_RREF) in internal_dfa_match()
5645 case OP_RREF: /* Group recursion test */ in match()
Completed in 91 milliseconds