Searched refs:OP_STAR (Results 1 – 10 of 10) sorted by relevance
281 OP_STAR; in get_repeat_base()328 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in get_chr_property_list()331 c -= (base - OP_STAR); in get_chr_property_list()341 case OP_STAR: in get_chr_property_list()1131 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in PRIV()1133 c -= get_repeat_base(c) - OP_STAR; in PRIV()1136 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()1143 case OP_STAR: in PRIV()1144 *code += OP_POSSTAR - OP_STAR; in PRIV()1287 case OP_STAR: in PRIV()
173 case OP_STAR: in PRIV()
309 case OP_STAR: in pcre2_callout_enumerate()
2361 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()2406 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()2447 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()2449 case OP_STAR: in internal_dfa_match()2484 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()2519 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
697 case OP_STAR: in find_minlength()1196 case OP_STAR: in set_start_bits()
460 case OP_STAR: in pcre2_printint()
688 OP_STAR - OP_STAR, OP_STARI - OP_STAR,689 OP_NOTSTAR - OP_STAR, OP_NOTSTARI - OP_STAR };7419 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()7457 if (repeat_max == REPEAT_UNLIMITED) *code++ = OP_STAR + repeat_type; in compile_branch()7517 *code++ = OP_STAR + repeat_type; in compile_branch()8613 case OP_STAR: in find_recurse()
967 case OP_STAR: in next_opcode()1363 case OP_STAR: in detect_early_fail()1713 case OP_STAR: \11074 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()11172 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()11306 case OP_STAR: in compile_iterator_matchingpath()11347 if (opcode == OP_STAR) in compile_iterator_matchingpath()11480 if (opcode == OP_STAR) in compile_iterator_matchingpath()11930 case OP_STAR: in compile_matchingpath()12206 case OP_STAR: in compile_iterator_backtrackingpath()[all …]
1394 OP_STAR, /* 33 The maximizing and minimizing versions of */ enumerator
1176 case OP_STAR: in match()1188 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()
Completed in 100 milliseconds