Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c181 case OP_POSSTAR: in PRIV()
H A Dpcre2_auto_possess.c1143 *code += OP_POSSTAR - OP_STAR; in PRIV()
1147 *code += OP_POSSTAR - OP_MINSTAR; in PRIV()
1291 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.c462 case OP_POSSTAR: in pcre2_printint()
H A Dpcre2_internal.h1405 OP_POSSTAR, /* 42 Possessified star, caseful */ enumerator
H A Dpcre2_dfa_match.c2451 case OP_POSSTAR: in internal_dfa_match()
2470 if (codevalue == OP_POSSTAR || codevalue == OP_NOTPOSSTAR) in internal_dfa_match()
H A Dpcre2_jit_compile.c976 case OP_POSSTAR: in next_opcode()
1365 case OP_POSSTAR: in detect_early_fail()
2072 case OP_POSSTAR: in get_framesize()
11038 *opcode -= OP_CRPOSSTAR - OP_POSSTAR; in get_iterator_parameters()
11044 *opcode = OP_POSSTAR; in get_iterator_parameters()
11056 *opcode = OP_POSSTAR; in get_iterator_parameters()
11100 *opcode = OP_POSSTAR; in get_iterator_parameters()
11515 case OP_POSSTAR: in compile_iterator_matchingpath()
11862 case OP_POSSTAR: in compile_matchingpath()
12224 case OP_POSSTAR: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre2_compile.c861 OP_POSSTAR, 0, /* STAR, MINSTAR */
8589 case OP_POSSTAR: in find_recurse()
H A Dpcre2_match.c1150 case OP_POSSTAR: in match()

Completed in 109 milliseconds