Searched refs:OP_NOTSTAR (Results 1 – 10 of 10) sorted by relevance
175 case OP_NOTSTAR: in PRIV()
279 (c >= OP_NOTSTAR)? OP_NOTSTAR : in get_repeat_base()349 case OP_NOTSTAR: in get_chr_property_list()1313 case OP_NOTSTAR: in PRIV()
335 case OP_NOTSTAR: in pcre2_callout_enumerate()
2384 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2427 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2452 case OP_NOTSTAR: in internal_dfa_match()2468 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2501 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2541 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
699 case OP_NOTSTAR: in find_minlength()1045 case OP_NOTSTAR: in set_start_bits()
550 case OP_NOTSTAR: in pcre2_printint()
1431 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
993 case OP_NOTSTAR: in next_opcode()1377 case OP_NOTSTAR: in detect_early_fail()1717 case OP_NOTSTAR: \11076 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()11080 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()11956 case OP_NOTSTAR: in compile_matchingpath()13097 case OP_NOTSTAR: in compile_backtrackingpath()
1530 case OP_NOTSTAR: in match()1542 fc = *Fecode++ - ((Fop >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
689 OP_NOTSTAR - OP_STAR, OP_NOTSTARI - OP_STAR };8615 case OP_NOTSTAR: in find_recurse()
Completed in 102 milliseconds