Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c261 case OP_RREF: in find_minlength()
1057 case OP_RREF: in set_start_bits()
H A Dpcre2_printint.c455 case OP_RREF: in pcre2_printint()
H A Dpcre2_compile.c4871 case OP_RREF: in first_significant_code()
6360 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6403 code[1+LINK_SIZE] = OP_RREF; in compile_branch()
6412 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
8525 case OP_RREF: in is_startline()
H A Dpcre2_internal.h1583 OP_RREF, /* 146 Used to hold a recursion number as condition */ enumerator
H A Dpcre2_jit_compile.c950 case OP_RREF: in next_opcode()
10502 …SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()
10504 …has_alternatives = ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_… in compile_bracket_matchingpath()
10758 else if ((*matchingpath >= OP_RREF && *matchingpath <= OP_TRUE) || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
10771 else if (*matchingpath == OP_RREF) in compile_bracket_matchingpath()
H A Dpcre2_dfa_match.c2833 else if (condcode == OP_RREF) in internal_dfa_match()
H A Dpcre2_match.c5543 case OP_RREF: /* Group recursion test */ in match()

Completed in 94 milliseconds