Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c545 case OP_REF: in find_minlength()
1054 case OP_REF: in set_start_bits()
H A Dpcre2_printint.c594 case OP_REF: in pcre2_printint()
H A Dpcre2_internal.h1509 OP_REF, /* 113 Match a back reference, casefully */ enumerator
H A Dpcre2_jit_compile.c913 case OP_REF: in next_opcode()
1095 case OP_REF: in check_opcode_types()
8956 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()
9088 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
9100 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()
9121 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()
11938 case OP_REF: in compile_matchingpath()
12241 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()
13067 case OP_REF: in compile_backtrackingpath()
H A Dpcre2_compile.c6936 case OP_REF: in compile_branch()
7672 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
H A Dpcre2_match.c4709 case OP_REF: in match()

Completed in 130 milliseconds