Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c185 case OP_PLUS: in PRIV()
H A Dpcre2_auto_possess.c353 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && in get_chr_property_list()
1153 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()
1168 case OP_PLUS: in PRIV()
1169 *code += OP_POSPLUS - OP_PLUS; in PRIV()
1306 case OP_PLUS: in PRIV()
H A Dpcre2_pattern_info.c311 case OP_PLUS: in pcre2_callout_enumerate()
H A Dpcre2_study.c300 case OP_PLUS: in find_minlength()
1234 case OP_PLUS: in set_start_bits()
H A Dpcre2_printint.c494 case OP_PLUS: in pcre2_printint()
H A Dpcre2_internal.h1420 OP_PLUS, /* 35 the minimizing one second. */ enumerator
H A Dpcre2_jit_compile.c974 case OP_PLUS: in next_opcode()
1370 case OP_PLUS: in detect_early_fail()
1719 case OP_PLUS: \
5507 case OP_PLUS: in scan_prefix()
11338 if (*opcode == OP_PLUS || *opcode == OP_MINPLUS) in get_iterator_parameters()
11341 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11400 case OP_PLUS: in get_iterator_parameters()
11403 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
12163 case OP_PLUS: in compile_matchingpath()
13304 case OP_PLUS: in compile_backtrackingpath()
H A Dpcre2_compile.c7569 *code++ = OP_PLUS + repeat_type; in compile_branch()
8720 case OP_PLUS: in find_recurse()
8820 case OP_PLUS: in find_firstassertedcu()
H A Dpcre2_dfa_match.c2421 case OP_PLUS: in internal_dfa_match()
H A Dpcre2_match.c1195 case OP_PLUS: in match()

Completed in 100 milliseconds