Searched refs:OP_RREF (Results 1 – 9 of 9) sorted by relevance
185 case OP_RREF: in find_minlength()914 case OP_RREF: in set_start_bits()
441 case OP_RREF: in pcre_printint()
1691 case OP_RREF: in first_significant_code()1850 case OP_RREF: in find_fixedlength()6771 code[1+LINK_SIZE] = OP_RREF; /* Change the type of test */ in compile_branch()6949 code[1+LINK_SIZE] = OP_RREF; /* Change test type */ in compile_branch()8708 case OP_RREF: in is_startline()
2099 OP_RREF, /* 143 Used to hold a recursion number as condition */ enumerator
500 subpattern using the opcode OP_RREF (with a value of zero for "the whole
2749 else if (condcode == OP_RREF) in internal_dfa_exec()
660 case OP_RREF: in next_opcode()7044 …has_alternatives = (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_… in compile_bracket_matchingpath()7302 else if (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()7310 if (*matchingpath == OP_RREF) in compile_bracket_matchingpath()
1336 case OP_RREF: /* Numbered group recursion test */ in match()
1322 2. JIT compiler now supports OP_NCREF, OP_RREF and OP_NRREF. New test cases