Searched refs:OP_RECURSE (Results 1 – 10 of 10) sorted by relevance
155 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET) in find_minlength()581 case OP_RECURSE: in find_minlength()967 case OP_RECURSE: in set_start_bits()
583 case OP_RECURSE: in pcre2_printint()
989 case OP_RECURSE: in find_fixedlength()1429 if (c == OP_RECURSE) in could_be_empty_branch()2484 if (c == OP_RECURSE) return code; in find_recurse()5169 if (*previous == OP_RECURSE) in compile_branch()6907 *code = OP_RECURSE; in compile_branch()
1514 OP_RECURSE, /* 117 Match a numbered subpattern (possibly recursive) */ enumerator
665 case OP_RECURSE: in next_opcode()870 case OP_RECURSE: in check_opcode_types()1531 case OP_RECURSE: in get_framesize()1712 case OP_RECURSE: in init_frame()9507 case OP_RECURSE: in compile_matchingpath()10612 case OP_RECURSE: in compile_backtrackingpath()
2724 case OP_RECURSE: in internal_dfa_match()
1801 case OP_RECURSE: in match()
562 OP_RECURSE is followed by a LINK_SIZE value that is the offset to the starting563 bracket from the start of the whole pattern. OP_RECURSE is also used for
3982 # This should test both paths for processing OP_RECURSE.
13296 # This should test both paths for processing OP_RECURSE.