Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c475 case OP_DNREFI: in find_minlength()
1010 case OP_DNREFI: in set_start_bits()
H A Dpcre2_printint.c630 case OP_DNREFI: in pcre2_printint()
H A Dpcre2_internal.h1536 OP_DNREFI, /* 116 Match a duplicate name backref, caselessly */ enumerator
H A Dpcre2_match.c4902 case OP_DNREFI: in match()
4903 Lcaseless = (Fop == OP_DNREFI); in match()
H A Dpcre2_compile.c6828 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_DNREFI : OP_DNREF; in compile_branch()
7056 case OP_DNREFI: in compile_branch()
H A Dpcre2_jit_compile.c921 case OP_DNREFI: in next_opcode()
1134 case OP_DNREFI: in check_opcode_types()
9240 SLJIT_ASSERT(*cc == OP_DNREF || *cc == OP_DNREFI); in compile_dnref_search()
12258 case OP_DNREFI: in compile_matchingpath()
13378 case OP_DNREFI: in compile_backtrackingpath()

Completed in 83 milliseconds