Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_study.c434 case OP_REF: /* Single back reference */ in find_minlength()
911 case OP_REF: in set_start_bits()
H A Dpcre_printint.c607 case OP_REF: in pcre_printint()
H A Dpcre_jit_compile.c645 case OP_REF: in next_opcode()
811 case OP_REF: in check_opcode_types()
6759 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()
6822 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
6834 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
6855 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()
9457 case OP_REF: in compile_matchingpath()
9755 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()
10577 case OP_REF: in compile_backtrackingpath()
H A Dpcre_internal.h2051 OP_REF, /* 113 Match a back reference, casefully */ enumerator
H A Dpcre_compile.c2022 case OP_REF: in find_fixedlength()
6020 *previous == OP_REF || *previous == OP_REFI || in compile_branch()
8066 *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
H A DHACKING358 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the
H A Dpcre_exec.c2731 case OP_REF: in match()

Completed in 163 milliseconds