Home
last modified time | relevance | path

Searched refs:OP_RECURSE (Results 1 – 10 of 10) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_study.c172 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()
Dpcre2_printint.c585 case OP_RECURSE: in pcre2_printint()
Dpcre2_internal.h1513 OP_RECURSE, /* 117 Match a numbered subpattern (possibly recursive) */ enumerator
Dpcre2_compile.c6981 case OP_RECURSE: in compile_branch()
7704 *code = OP_RECURSE; in compile_branch()
8503 if (c == OP_RECURSE) return code; in find_recurse()
Dpcre2_jit_compile.c917 case OP_RECURSE: in next_opcode()
1141 case OP_RECURSE: in check_opcode_types()
1993 case OP_RECURSE: in get_framesize()
2175 case OP_RECURSE: in init_frame()
2349 case OP_RECURSE: in get_recurse_data_length()
2659 case OP_RECURSE: in copy_recurse_data()
12038 case OP_RECURSE: in compile_matchingpath()
13151 case OP_RECURSE: in compile_backtrackingpath()
Dpcre2_dfa_match.c2834 case OP_RECURSE: in internal_dfa_match()
Dpcre2_match.c5123 case OP_RECURSE: in match()
/external/pcre/dist2/
DHACKING776 OP_RECURSE is followed by a LINK_SIZE value that is the offset to the starting
777 bracket from the start of the whole pattern. OP_RECURSE is also used for
/external/pcre/dist2/testdata/
Dtestinput23992 # This should test both paths for processing OP_RECURSE.
Dtestoutput213453 # This should test both paths for processing OP_RECURSE.