Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c172 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET) in find_minlength()
645 case OP_RECURSE: in find_minlength()
1057 case OP_RECURSE: in set_start_bits()
H A Dpcre2_printint.c627 case OP_RECURSE: in pcre2_printint()
H A Dpcre2_internal.h1562 OP_RECURSE, /* 117 Match a numbered subpattern (possibly recursive) */ enumerator
H A Dpcre2_jit_compile.c963 case OP_RECURSE: in next_opcode()
1190 case OP_RECURSE: in check_opcode_types()
2095 case OP_RECURSE: in get_framesize()
2280 case OP_RECURSE: in init_frame()
2479 case OP_RECURSE: in get_recurse_data_length()
2816 case OP_RECURSE: in copy_recurse_data()
12658 case OP_RECURSE: in compile_matchingpath()
13831 case OP_RECURSE: in compile_backtrackingpath()
H A Dpcre2_compile.c7363 case OP_RECURSE: in compile_branch()
8079 *code = OP_RECURSE; in compile_branch()
8926 if (c == OP_RECURSE) return code; in find_recurse()
H A Dpcre2_dfa_match.c2938 case OP_RECURSE: in internal_dfa_match()
H A Dpcre2_match.c5427 case OP_RECURSE: in match()

Completed in 89 milliseconds