Home
last modified time | relevance | path

Searched refs:OP_CRSTAR (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c465 case OP_CRSTAR: in get_chr_property_list()
1133 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in PRIV()
1145 case OP_CRSTAR: in PRIV()
Dpcre2_study.c411 case OP_CRSTAR: in find_minlength()
539 case OP_CRSTAR: in find_minlength()
1477 case OP_CRSTAR: in set_start_bits()
Dpcre2_match.c2799 case OP_CRSTAR: in match()
2805 c = *ecode++ - OP_CRSTAR; in match()
2993 case OP_CRSTAR: in match()
3002 c = *ecode++ - OP_CRSTAR; in match()
3003 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()
3220 case OP_CRSTAR: in match()
3229 c = *ecode++ - OP_CRSTAR; in match()
3230 if (c < OP_CRPOSSTAR - OP_CRSTAR) minimize = (c & 1) != 0; in match()
Dpcre2_printint.c768 case OP_CRSTAR: in pcre2_printint()
Dpcre2_jit_compile.c647 case OP_CRSTAR: in next_opcode()
994 case OP_CRSTAR: in is_accelerated_repeat()
1127 case OP_CRSTAR: in get_class_iterator_size()
3726 case OP_CRSTAR: in scan_prefix()
3792 case OP_CRSTAR: in scan_prefix()
6879 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()
6883 case OP_CRSTAR: in compile_ref_iterator_matchingpath()
8701 if (*opcode >= OP_CRSTAR && *opcode <= OP_CRMINQUERY) in get_iterator_parameters()
8703 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
9469 …if (cc[1 + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CR… in compile_matchingpath()
[all …]
Dpcre2_internal.h1487 OP_CRSTAR, /* 98 The maximizing and minimizing versions of */ enumerator
Dpcre2_compile.c1144 case OP_CRSTAR: in find_fixedlength()
1564 case OP_CRSTAR: /* These could be empty; continue */ in could_be_empty_branch()
5393 *code++ = OP_CRSTAR + repeat_type; in compile_branch()
Dpcre2_dfa_match.c2486 case OP_CRSTAR: in internal_dfa_match()
/external/pcre/dist2/
DHACKING412 OP_CRSTAR