Home
last modified time | relevance | path

Searched refs:OP_CREF (Results 1 – 8 of 8) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_study.c259 case OP_CREF: in find_minlength()
1005 case OP_CREF: in set_start_bits()
Dpcre2_printint.c442 case OP_CREF: in pcre2_printint()
Dpcre2_compile.c4867 case OP_CREF: in first_significant_code()
6358 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6410 code[1+LINK_SIZE] = (meta == META_COND_RNAME)? OP_RREF : OP_CREF; in compile_branch()
6455 code[1+LINK_SIZE] = OP_CREF; in compile_branch()
8521 case OP_CREF: in is_startline()
Dpcre2_internal.h1582 OP_CREF, /* 144 Used to hold a capture number as condition */ enumerator
Dpcre2_dfa_match.c2814 if (condcode == OP_CREF || condcode == OP_DNCREF || in internal_dfa_match()
Dpcre2_match.c5552 case OP_CREF: /* Numbered group used test */ in match()
Dpcre2_jit_compile.c948 case OP_CREF: in next_opcode()
1128 case OP_CREF: in check_opcode_types()
10730 if (*matchingpath == OP_CREF) in compile_bracket_matchingpath()
/third_party/pcre2/pcre2/
DHACKING739 subpattern using the opcode OP_CREF followed by a count containing the