Home
last modified time | relevance | path

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

/php-src/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()
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()
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.c2465 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()
H A Dpcre2_study.c700 case OP_STAR: in find_minlength()
1286 case OP_STAR: in set_start_bits()
H A Dpcre2_printint.c502 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 };
7771 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
7809 if (repeat_max == REPEAT_UNLIMITED) *code++ = OP_STAR + repeat_type; in compile_branch()
7869 *code++ = OP_STAR + repeat_type; in compile_branch()
9003 case OP_STAR: in find_recurse()
H A Dpcre2_jit_compile.c1016 case OP_STAR: in next_opcode()
1438 case OP_STAR: in detect_early_fail()
1804 case OP_STAR: \
11631 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
11729 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11863 case OP_STAR: in compile_iterator_matchingpath()
11904 if (opcode == OP_STAR) in compile_iterator_matchingpath()
12037 if (opcode == OP_STAR) in compile_iterator_matchingpath()
12488 case OP_STAR: in compile_matchingpath()
12764 case OP_STAR: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre2_internal.h1443 OP_STAR, /* 33 The maximizing and minimizing versions of */ enumerator
H A Dpcre2_match.c1242 case OP_STAR: in match()
1254 fc = *Fecode++ - ((Fop < OP_STARI)? OP_STAR : OP_STARI); in match()

Completed in 125 milliseconds