Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c260 case OP_CREF: in find_minlength()
1009 case OP_CREF: in set_start_bits()
H A Dpcre2_printint.c453 case OP_CREF: in pcre2_printint()
H A Dpcre2_compile.c5084 case OP_CREF: in first_significant_code()
6624 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6676 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6721 code[1+LINK_SIZE] = OP_CREF; in compile_branch()
8820 case OP_CREF: in is_startline()
H A Dpcre2_internal.h1607 OP_CREF, /* 145 Used to hold a capture number as condition */ enumerator
H A Dpcre2_dfa_match.c2861 if (condcode == OP_CREF || condcode == OP_DNCREF || in internal_dfa_match()
H A Dpcre2_match.c5668 case OP_CREF: /* Numbered group used test */ in match()
H A Dpcre2_jit_compile.c990 case OP_CREF: in next_opcode()
1172 case OP_CREF: in check_opcode_types()
11099 if (*matchingpath == OP_CREF) in compile_bracket_matchingpath()

Completed in 89 milliseconds