Home
last modified time | relevance | path

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

/PHP-7.4/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.c599 case OP_DNREFI: in pcre2_printint()
H A Dpcre2_internal.h1512 OP_DNREFI, /* 116 Match a duplicate name backref, caselessly */ enumerator
H A Dpcre2_match.c4693 case OP_DNREFI: in match()
4694 Lcaseless = (Fop == OP_DNREFI); in match()
H A Dpcre2_compile.c6716 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_DNREFI : OP_DNREF; in compile_branch()
6939 case OP_DNREFI: in compile_branch()
H A Dpcre2_jit_compile.c916 case OP_DNREFI: in next_opcode()
1129 case OP_DNREFI: in check_opcode_types()
8932 SLJIT_ASSERT(*cc == OP_DNREF || *cc == OP_DNREFI); in compile_dnref_search()
11950 case OP_DNREFI: in compile_matchingpath()
13070 case OP_DNREFI: in compile_backtrackingpath()

Completed in 87 milliseconds