Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c181 case OP_POSSTAR: in PRIV()
H A Dpcre2_auto_possess.c1161 *code += OP_POSSTAR - OP_STAR; in PRIV()
1165 *code += OP_POSSTAR - OP_MINSTAR; in PRIV()
1313 case OP_POSSTAR: in PRIV()
H A Dpcre2_pattern_info.c318 case OP_POSSTAR: in pcre2_callout_enumerate()
H A Dpcre2_study.c705 case OP_POSSTAR: in find_minlength()
1198 case OP_POSSTAR: in set_start_bits()
H A Dpcre2_printint.c493 case OP_POSSTAR: in pcre2_printint()
H A Dpcre2_dfa_match.c2508 case OP_POSSTAR: in internal_dfa_match()
2527 if (codevalue == OP_POSSTAR || codevalue == OP_NOTPOSSTAR) in internal_dfa_match()
H A Dpcre2_internal.h1429 OP_POSSTAR, /* 42 Possessified star, caseful */ enumerator
H A Dpcre2_jit_compile.c981 case OP_POSSTAR: in next_opcode()
1372 case OP_POSSTAR: in detect_early_fail()
2073 case OP_POSSTAR: in get_framesize()
11346 *opcode -= OP_CRPOSSTAR - OP_POSSTAR; in get_iterator_parameters()
11352 *opcode = OP_POSSTAR; in get_iterator_parameters()
11364 *opcode = OP_POSSTAR; in get_iterator_parameters()
11408 *opcode = OP_POSSTAR; in get_iterator_parameters()
11823 case OP_POSSTAR: in compile_iterator_matchingpath()
12170 case OP_POSSTAR: in compile_matchingpath()
12532 case OP_POSSTAR: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre2_compile.c866 OP_POSSTAR, 0, /* STAR, MINSTAR */
8716 case OP_POSSTAR: in find_recurse()
H A Dpcre2_match.c1167 case OP_POSSTAR: in match()

Completed in 140 milliseconds