Searched refs:OP_NOTSTAR (Results 1 – 10 of 10) sorted by relevance
175 case OP_NOTSTAR: in PRIV()
296 (c >= OP_NOTSTAR)? OP_NOTSTAR : in get_repeat_base()366 case OP_NOTSTAR: in get_chr_property_list()1330 case OP_NOTSTAR: in PRIV()
335 case OP_NOTSTAR: in pcre2_callout_enumerate()
2441 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2484 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2509 case OP_NOTSTAR: in internal_dfa_match()2525 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2558 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()2598 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()
581 case OP_NOTSTAR: in pcre2_printint()
1455 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
998 case OP_NOTSTAR: in next_opcode()1382 case OP_NOTSTAR: in detect_early_fail()1722 case OP_NOTSTAR: \11307 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()11311 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()12187 case OP_NOTSTAR: in compile_matchingpath()13328 case OP_NOTSTAR: in compile_backtrackingpath()
1545 case OP_NOTSTAR: in match()1557 fc = *Fecode++ - ((Fop >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
691 OP_NOTSTAR - OP_STAR, OP_NOTSTARI - OP_STAR };8710 case OP_NOTSTAR: in find_recurse()
Completed in 91 milliseconds