Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c474 case OP_RECURSE: in find_minlength()
868 case OP_RECURSE: in set_start_bits()
Dpcre_printint.c598 case OP_RECURSE: in pcre_printint()
DHACKING510 OP_RECURSE is followed by aLINK_SIZE value that is the offset to the starting
511 bracket from the start of the whole pattern. From release 6.5, OP_RECURSE is
513 broke it. OP_RECURSE is also used for "subroutine" calls, even though they are
Dpcre_compile.c1773 case OP_RECURSE: in find_fixedlength()
2191 if (c == OP_RECURSE) return code; in find_recurse()
2374 if (c == OP_RECURSE) in could_be_empty_branch()
5598 if (*previous == OP_RECURSE) in compile_branch()
7351 *code = OP_RECURSE; in compile_branch()
Dpcre_internal.h2047 OP_RECURSE, /* 117 Match a numbered subpattern (possibly recursive) */ enumerator
Dpcre_jit_compile.c638 case OP_RECURSE: in next_opcode()
848 case OP_RECURSE: in check_opcode_types()
1299 case OP_RECURSE: in get_framesize()
1470 case OP_RECURSE: in init_frame()
8396 case OP_RECURSE: in compile_matchingpath()
9514 case OP_RECURSE: in compile_backtrackingpath()
Dpcre_dfa_exec.c2789 case OP_RECURSE: in internal_dfa_exec()
Dpcre_exec.c1750 case OP_RECURSE: in match()