Searched refs:OP_NOTSTAR (Results 1 – 11 of 11) sorted by relevance
279 (c >= OP_NOTSTAR)? OP_NOTSTAR : in get_repeat_base()347 case OP_NOTSTAR: in get_chr_property_list()1254 case OP_NOTSTAR: in PRIV()
174 case OP_NOTSTAR: in PRIV()
314 case OP_NOTSTAR: in pcre2_callout_enumerate()
2271 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2314 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2339 case OP_NOTSTAR: in internal_dfa_match()2355 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2388 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2428 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
638 case OP_NOTSTAR: in find_minlength()959 case OP_NOTSTAR: in set_start_bits()
548 case OP_NOTSTAR: in pcre2_printint()
1432 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
1208 case OP_NOTSTAR: in find_fixedlength()1677 case OP_NOTSTAR: in could_be_empty_branch()2564 case OP_NOTSTAR: in find_recurse()5196 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
739 case OP_NOTSTAR: in next_opcode()968 case OP_NOTSTAR: in is_accelerated_repeat()1261 case OP_NOTSTAR: \8675 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()8679 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()9425 case OP_NOTSTAR: in compile_matchingpath()10558 case OP_NOTSTAR: in compile_backtrackingpath()
3850 case OP_NOTSTAR: in match()3862 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
297 Another set of matching repeating opcodes (called OP_NOTSTAR, OP_NOTSTARI,348 A set of repeating opcodes (called OP_NOTSTAR etc.) are used for repeated,