Searched refs:OP_NOTSTARI (Results 1 – 11 of 11) sorted by relevance
278 (c >= OP_NOTSTARI)? OP_NOTSTARI : in get_repeat_base()351 case OP_NOTSTARI: in get_chr_property_list()1267 case OP_NOTSTARI: in PRIV()
175 case OP_NOTSTARI: in PRIV()
327 case OP_NOTSTARI: in pcre2_callout_enumerate()
639 case OP_NOTSTARI: in find_minlength()960 case OP_NOTSTARI: in set_start_bits()
536 case OP_NOTSTARI: in pcre2_printint()
3851 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()
1450 OP_NOTSTARI, /* 72 */ enumerator
1209 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()
752 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()
2330 case OP_NOTSTARI: in internal_dfa_match()
297 Another set of matching repeating opcodes (called OP_NOTSTAR, OP_NOTSTARI,