Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_study.c387 case OP_DNREFI: in find_minlength()
865 case OP_DNREFI: in set_start_bits()
H A Dpcre_printint.c610 case OP_DNREFI: in pcre_printint()
H A Dpcre_internal.h2054 OP_DNREFI, /* 116 Match a duplicate name backref, caselessly */ enumerator
H A Dpcre_compile.c2022 case OP_DNREFI: in find_fixedlength()
5937 *previous == OP_DNREF || *previous == OP_DNREFI) in compile_branch()
7357 *code++ = ((options & PCRE_CASELESS) != 0)? OP_DNREFI : OP_DNREF; in compile_branch()
H A DHACKING362 or OP_DNREFI. These are followed by two counts: the index (not the byte offset)
H A Dpcre_exec.c2703 case OP_DNREFI: in match()
2704 caseless = op == OP_DNREFI; in match()
H A Dpcre_jit_compile.c633 case OP_DNREFI: in next_opcode()
822 case OP_DNREFI: in check_opcode_types()
5966 SLJIT_ASSERT(*cc == OP_DNREF || *cc == OP_DNREFI); in compile_dnref_search()
8444 case OP_DNREFI: in compile_matchingpath()
9569 case OP_DNREFI: in compile_backtrackingpath()

Completed in 84 milliseconds