Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c155 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()
Dpcre2_printint.c583 case OP_RECURSE: in pcre2_printint()
Dpcre2_compile.c989 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()
Dpcre2_internal.h1514 OP_RECURSE, /* 117 Match a numbered subpattern (possibly recursive) */ enumerator
Dpcre2_jit_compile.c665 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()
Dpcre2_dfa_match.c2724 case OP_RECURSE: in internal_dfa_match()
Dpcre2_match.c1801 case OP_RECURSE: in match()
/external/pcre/dist2/
DHACKING562 OP_RECURSE is followed by a LINK_SIZE value that is the offset to the starting
563 bracket from the start of the whole pattern. OP_RECURSE is also used for
/external/pcre/dist2/testdata/
Dtestinput23982 # This should test both paths for processing OP_RECURSE.
Dtestoutput213296 # This should test both paths for processing OP_RECURSE.