Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c501 case OP_RECURSE: in find_minlength()
904 case OP_RECURSE: in set_start_bits()
H A 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
H A Dpcre_compile.c1776 case OP_RECURSE: in find_fixedlength()
2230 if (c == OP_RECURSE) return code; in find_recurse()
2408 if (c == OP_RECURSE) in could_be_empty_branch()
5658 if (*previous == OP_RECURSE) in compile_branch()
7423 *code = OP_RECURSE; in compile_branch()
H A Dpcre_internal.h2051 OP_RECURSE, /* 117 Match a numbered subpattern (possibly recursive) */ enumerator
H A Dpcre_jit_compile.c634 case OP_RECURSE: in next_opcode()
834 case OP_RECURSE: in check_opcode_types()
1285 case OP_RECURSE: in get_framesize()
1456 case OP_RECURSE: in init_frame()
8413 case OP_RECURSE: in compile_matchingpath()
9532 case OP_RECURSE: in compile_backtrackingpath()
H A Dpcre_exec.c1753 case OP_RECURSE: in match()

Completed in 77 milliseconds