Home
last modified time | relevance | path

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

/PHP-7.4/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.c602 case OP_DNREF: in pcre2_printint()
H A Dpcre2_internal.h1511 OP_DNREF, /* 115 Match a duplicate name backref, casefully */ enumerator
H A Dpcre2_compile.c6716 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_DNREFI : OP_DNREF; in compile_branch()
6938 case OP_DNREF: in compile_branch()
H A Dpcre2_jit_compile.c915 case OP_DNREF: in next_opcode()
1128 case OP_DNREF: in check_opcode_types()
8932 SLJIT_ASSERT(*cc == OP_DNREF || *cc == OP_DNREFI); in compile_dnref_search()
11949 case OP_DNREF: in compile_matchingpath()
13069 case OP_DNREF: in compile_backtrackingpath()
H A Dpcre2_match.c4692 case OP_DNREF: in match()

Completed in 168 milliseconds