Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c433 case OP_RECURSE: in find_minlength()
825 case OP_RECURSE: in set_start_bits()
H A DHACKING455 OP_RECURSE is followed by an value which is the offset to the starting bracket
456 from the start of the whole pattern. From release 6.5, OP_RECURSE is
458 broke it). OP_RECURSE is also used for "subroutine" calls, even though they
H A Dpcre_compile.c1796 case OP_RECURSE: in find_fixedlength()
2212 if (c == OP_RECURSE) return code; in find_recurse()
2390 if (c == OP_RECURSE) in could_be_empty_branch()
4787 if (*previous == OP_RECURSE) in compile_branch()
6414 *code = OP_RECURSE; in compile_branch()
H A Dpcre_printint.src394 case OP_RECURSE:
H A Dpcre_internal.h2043 OP_RECURSE, /* 111 Match a numbered subpattern (possibly recursive) */ enumerator
H A Dpcre_exec.c1745 case OP_RECURSE: in match()

Completed in 67 milliseconds