Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c388 case OP_DNREF: /* Duplicate named pattern back reference */ in find_minlength()
866 case OP_DNREF: in set_start_bits()
H A Dpcre_internal.h2057 OP_DNREF, /* 115 Match a duplicate name backref, casefully */ enumerator
H A Dpcre_compile.c2023 case OP_DNREF: 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 DHACKING361 group with the same name. In this case, a reference by name generates OP_DNREF
H A Dpcre_jit_compile.c632 case OP_DNREF: in next_opcode()
821 case OP_DNREF: in check_opcode_types()
5966 SLJIT_ASSERT(*cc == OP_DNREF || *cc == OP_DNREFI); in compile_dnref_search()
8443 case OP_DNREF: in compile_matchingpath()
9568 case OP_DNREF: in compile_backtrackingpath()
H A Dpcre_exec.c2704 case OP_DNREF: in match()

Completed in 84 milliseconds