Searched refs:OP_RECURSE (Results 1 – 10 of 10) sorted by relevance
165 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET) in find_minlength()620 case OP_RECURSE: in find_minlength()1010 case OP_RECURSE: in set_start_bits()
582 case OP_RECURSE: in pcre2_printint()
1469 OP_RECURSE, /* 117 Match a numbered subpattern (possibly recursive) */ enumerator
706 case OP_RECURSE: in next_opcode()911 case OP_RECURSE: in check_opcode_types()1573 case OP_RECURSE: in get_framesize()1755 case OP_RECURSE: in init_frame()1929 case OP_RECURSE: in get_recurse_data_length()2236 case OP_RECURSE: in copy_recurse_data()10601 case OP_RECURSE: in compile_matchingpath()11708 case OP_RECURSE: in compile_backtrackingpath()
6561 case OP_RECURSE: in compile_branch()7283 *code = OP_RECURSE; in compile_branch()8066 if (c == OP_RECURSE) return code; in find_recurse()
2820 case OP_RECURSE: in internal_dfa_match()
5049 case OP_RECURSE: in match()
772 OP_RECURSE is followed by a LINK_SIZE value that is the offset to the starting773 bracket from the start of the whole pattern. OP_RECURSE is also used for
3992 # This should test both paths for processing OP_RECURSE.
13461 # This should test both paths for processing OP_RECURSE.