Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c389 case OP_DNREFI: in find_minlength()
867 case OP_DNREFI: in set_start_bits()
H A Dpcre_internal.h2058 OP_DNREFI, /* 116 Match a duplicate name backref, caselessly */ enumerator
H A Dpcre_compile.c2024 case OP_DNREFI: in find_fixedlength()
5939 *previous == OP_DNREF || *previous == OP_DNREFI) in compile_branch()
7354 *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.c2705 case OP_DNREFI: in match()
2706 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 87 milliseconds