Home
last modified time | relevance | path

Searched refs:OP_STAR (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c298 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()
1148 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in PRIV()
1150 c -= get_repeat_base(c) - OP_STAR; in PRIV()
1153 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()
1160 case OP_STAR: in PRIV()
1161 *code += OP_POSSTAR - OP_STAR; in PRIV()
1304 case OP_STAR: in PRIV()
H A Dpcre2_find_bracket.c173 case OP_STAR: in PRIV()
H A Dpcre2_pattern_info.c309 case OP_STAR: in pcre2_callout_enumerate()
H A Dpcre2_dfa_match.c2418 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2463 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2504 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2506 case OP_STAR: in internal_dfa_match()
2541 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
2576 codevalue -= OP_STARI - OP_STAR; in internal_dfa_match()
H A Dpcre2_study.c697 case OP_STAR: in find_minlength()
1196 case OP_STAR: in set_start_bits()
H A Dpcre2_printint.c491 case OP_STAR: in pcre2_printint()
H A Dpcre2_compile.c690 OP_STAR - OP_STAR, OP_STARI - OP_STAR,
691 OP_NOTSTAR - OP_STAR, OP_NOTSTARI - OP_STAR };
7514 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
7552 if (repeat_max == REPEAT_UNLIMITED) *code++ = OP_STAR + repeat_type; in compile_branch()
7612 *code++ = OP_STAR + repeat_type; in compile_branch()
8708 case OP_STAR: in find_recurse()
H A Dpcre2_jit_compile.c972 case OP_STAR: in next_opcode()
1368 case OP_STAR: in detect_early_fail()
1718 case OP_STAR: \
11305 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
11403 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11537 case OP_STAR: in compile_iterator_matchingpath()
11578 if (opcode == OP_STAR) in compile_iterator_matchingpath()
11711 if (opcode == OP_STAR) in compile_iterator_matchingpath()
12161 case OP_STAR: in compile_matchingpath()
12437 case OP_STAR: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre2_internal.h1418 OP_STAR, /* 33 The maximizing and minimizing versions of */ enumerator
H A Dpcre2_match.c1191 case OP_STAR: in match()
1203 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()

Completed in 93 milliseconds