Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c281 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()
1130 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in PRIV()
1132 c -= get_repeat_base(c) - OP_STAR; in PRIV()
1135 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()
1142 case OP_STAR: in PRIV()
1143 *code += OP_POSSTAR - OP_STAR; in PRIV()
1282 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.c2361 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()
H A Dpcre2_study.c697 case OP_STAR: in find_minlength()
1196 case OP_STAR: in set_start_bits()
H A Dpcre2_printint.c460 case OP_STAR: in pcre2_printint()
H A Dpcre2_compile.c688 OP_STAR - OP_STAR, OP_STARI - OP_STAR,
689 OP_NOTSTAR - OP_STAR, OP_NOTSTARI - OP_STAR };
7397 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
7435 if (repeat_max == REPEAT_UNLIMITED) *code++ = OP_STAR + repeat_type; in compile_branch()
7495 *code++ = OP_STAR + repeat_type; in compile_branch()
8581 case OP_STAR: in find_recurse()
H A Dpcre2_jit_compile.c967 case OP_STAR: in next_opcode()
1361 case OP_STAR: in detect_early_fail()
1719 case OP_STAR: \
10997 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
11095 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11229 case OP_STAR: in compile_iterator_matchingpath()
11270 if (opcode == OP_STAR) in compile_iterator_matchingpath()
11403 if (opcode == OP_STAR) in compile_iterator_matchingpath()
11853 case OP_STAR: in compile_matchingpath()
12129 case OP_STAR: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre2_internal.h1394 OP_STAR, /* 33 The maximizing and minimizing versions of */ enumerator
H A Dpcre2_match.c1174 case OP_STAR: in match()
1186 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()

Completed in 146 milliseconds