Home
last modified time | relevance | path

Searched refs:OP_NOTSTARI (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c278 (c >= OP_NOTSTARI)? OP_NOTSTARI : in get_repeat_base()
351 case OP_NOTSTARI: in get_chr_property_list()
1267 case OP_NOTSTARI: in PRIV()
Dpcre2_find_bracket.c175 case OP_NOTSTARI: in PRIV()
Dpcre2_pattern_info.c327 case OP_NOTSTARI: in pcre2_callout_enumerate()
Dpcre2_study.c639 case OP_NOTSTARI: in find_minlength()
960 case OP_NOTSTARI: in set_start_bits()
Dpcre2_printint.c536 case OP_NOTSTARI: in pcre2_printint()
Dpcre2_match.c3851 case OP_NOTSTARI: in match()
3862 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
3881 if (op >= OP_NOTSTARI) /* Caseless */ in match()
Dpcre2_internal.h1450 OP_NOTSTARI, /* 72 */ enumerator
Dpcre2_compile.c1209 case OP_NOTSTARI: in find_fixedlength()
1678 case OP_NOTSTARI: in could_be_empty_branch()
2565 case OP_NOTSTARI: in find_recurse()
5197 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
Dpcre2_jit_compile.c752 case OP_NOTSTARI: in next_opcode()
975 case OP_NOTSTARI: in is_accelerated_repeat()
1263 case OP_NOTSTARI: \
8681 else if (*opcode >= OP_NOTSTARI && *opcode <= OP_NOTPOSUPTOI) in get_iterator_parameters()
8685 *opcode -= OP_NOTSTARI - OP_STAR; in get_iterator_parameters()
9438 case OP_NOTSTARI: in compile_matchingpath()
10571 case OP_NOTSTARI: in compile_backtrackingpath()
Dpcre2_dfa_match.c2330 case OP_NOTSTARI: in internal_dfa_match()
/external/pcre/dist2/
DHACKING297 Another set of matching repeating opcodes (called OP_NOTSTAR, OP_NOTSTARI,