Searched refs:OP_STAR (Results 1 – 10 of 10) sorted by relevance
298 OP_STAR; in get_repeat_base()345 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in get_chr_property_list()348 c -= (base - OP_STAR); in get_chr_property_list()358 case OP_STAR: in get_chr_property_list()1154 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in PRIV()1156 c -= get_repeat_base(c) - OP_STAR; in PRIV()1159 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()1166 case OP_STAR: in PRIV()1167 *code += OP_POSSTAR - OP_STAR; in PRIV()1310 case OP_STAR: in PRIV()
173 case OP_STAR: in PRIV()
309 case OP_STAR: in pcre2_callout_enumerate()
2465 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()2510 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()2551 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()2553 case OP_STAR: in internal_dfa_match()2588 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()2623 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
700 case OP_STAR: in find_minlength()1286 case OP_STAR: in set_start_bits()
502 case OP_STAR: in pcre2_printint()
690 OP_STAR - OP_STAR, OP_STARI - OP_STAR,691 OP_NOTSTAR - OP_STAR, OP_NOTSTARI - OP_STAR };7773 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()7811 if (repeat_max == REPEAT_UNLIMITED) *code++ = OP_STAR + repeat_type; in compile_branch()7871 *code++ = OP_STAR + repeat_type; in compile_branch()9005 case OP_STAR: in find_recurse()
1016 case OP_STAR: in next_opcode()1438 case OP_STAR: in detect_early_fail()1804 case OP_STAR: \11693 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()11791 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()11925 case OP_STAR: in compile_iterator_matchingpath()11966 if (opcode == OP_STAR) in compile_iterator_matchingpath()12099 if (opcode == OP_STAR) in compile_iterator_matchingpath()12550 case OP_STAR: in compile_matchingpath()12826 case OP_STAR: in compile_iterator_backtrackingpath()[all …]
1443 OP_STAR, /* 33 The maximizing and minimizing versions of */ enumerator
1242 case OP_STAR: in match()1254 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()
Completed in 122 milliseconds