Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c181 case OP_POSSTAR: in PRIV()
H A Dpcre2_auto_possess.c1167 *code += OP_POSSTAR - OP_STAR; in PRIV()
1171 *code += OP_POSSTAR - OP_MINSTAR; in PRIV()
1319 case OP_POSSTAR: in PRIV()
H A Dpcre2_pattern_info.c318 case OP_POSSTAR: in pcre2_callout_enumerate()
H A Dpcre2_study.c708 case OP_POSSTAR: in find_minlength()
1288 case OP_POSSTAR: in set_start_bits()
H A Dpcre2_printint.c504 case OP_POSSTAR: in pcre2_printint()
H A Dpcre2_dfa_match.c2555 case OP_POSSTAR: in internal_dfa_match()
2574 if (codevalue == OP_POSSTAR || codevalue == OP_NOTPOSSTAR) in internal_dfa_match()
H A Dpcre2_internal.h1454 OP_POSSTAR, /* 42 Possessified star, caseful */ enumerator
H A Dpcre2_jit_compile.c1025 case OP_POSSTAR: in next_opcode()
1440 case OP_POSSTAR: in detect_early_fail()
2171 case OP_POSSTAR: in get_framesize()
11734 *opcode -= OP_CRPOSSTAR - OP_POSSTAR; in get_iterator_parameters()
11740 *opcode = OP_POSSTAR; in get_iterator_parameters()
11752 *opcode = OP_POSSTAR; in get_iterator_parameters()
11796 *opcode = OP_POSSTAR; in get_iterator_parameters()
12211 case OP_POSSTAR: in compile_iterator_matchingpath()
12559 case OP_POSSTAR: in compile_matchingpath()
12921 case OP_POSSTAR: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre2_compile.c872 OP_POSSTAR, 0, /* STAR, MINSTAR */
9013 case OP_POSSTAR: in find_recurse()
H A Dpcre2_match.c1218 case OP_POSSTAR: in match()

Completed in 236 milliseconds