Searched refs:OP_RECURSE (Results 1 – 10 of 10) sorted by relevance
172 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET) in find_minlength()642 case OP_RECURSE: in find_minlength()1053 case OP_RECURSE: in set_start_bits()
616 case OP_RECURSE: in pcre2_printint()
1538 OP_RECURSE, /* 117 Match a numbered subpattern (possibly recursive) */ enumerator
7095 case OP_RECURSE: in compile_branch()7818 *code = OP_RECURSE; in compile_branch()8627 if (c == OP_RECURSE) return code; in find_recurse()
922 case OP_RECURSE: in next_opcode()1146 case OP_RECURSE: in check_opcode_types()1997 case OP_RECURSE: in get_framesize()2179 case OP_RECURSE: in init_frame()2378 case OP_RECURSE: in get_recurse_data_length()2715 case OP_RECURSE: in copy_recurse_data()12269 case OP_RECURSE: in compile_matchingpath()13382 case OP_RECURSE: in compile_backtrackingpath()
2891 case OP_RECURSE: in internal_dfa_match()
5318 case OP_RECURSE: in match()
777 OP_RECURSE is followed by a LINK_SIZE value that is the offset to the starting778 bracket from the start of the whole pattern. OP_RECURSE is also used for
3990 # This should test both paths for processing OP_RECURSE.
13450 # This should test both paths for processing OP_RECURSE.