Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c474 case OP_DNREF: in find_minlength()
1009 case OP_DNREF: in set_start_bits()
H A Dpcre2_printint.c633 case OP_DNREF: in pcre2_printint()
H A Dpcre2_internal.h1535 OP_DNREF, /* 115 Match a duplicate name backref, casefully */ enumerator
H A Dpcre2_compile.c6828 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_DNREFI : OP_DNREF; in compile_branch()
7055 case OP_DNREF: in compile_branch()
H A Dpcre2_jit_compile.c920 case OP_DNREF: in next_opcode()
1133 case OP_DNREF: in check_opcode_types()
9240 SLJIT_ASSERT(*cc == OP_DNREF || *cc == OP_DNREFI); in compile_dnref_search()
12257 case OP_DNREF: in compile_matchingpath()
13377 case OP_DNREF: in compile_backtrackingpath()
H A Dpcre2_match.c4901 case OP_DNREF: in match()

Completed in 75 milliseconds