Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c185 case OP_PLUS: in PRIV()
H A Dpcre2_auto_possess.c336 list[1] = (c != OP_PLUS && c != OP_MINPLUS && c != OP_EXACT && in get_chr_property_list()
1135 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()
1150 case OP_PLUS: in PRIV()
1151 *code += OP_POSPLUS - OP_PLUS; in PRIV()
1284 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.c463 case OP_PLUS: in pcre2_printint()
H A Dpcre2_internal.h1396 OP_PLUS, /* 35 the minimizing one second. */ enumerator
H A Dpcre2_jit_compile.c969 case OP_PLUS: in next_opcode()
1363 case OP_PLUS: in detect_early_fail()
1720 case OP_PLUS: \
5429 case OP_PLUS: in scan_prefix()
11030 if (*opcode == OP_PLUS || *opcode == OP_MINPLUS) in get_iterator_parameters()
11033 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11092 case OP_PLUS: in get_iterator_parameters()
11095 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11855 case OP_PLUS: in compile_matchingpath()
12996 case OP_PLUS: in compile_backtrackingpath()
H A Dpcre2_compile.c7452 *code++ = OP_PLUS + repeat_type; in compile_branch()
8593 case OP_PLUS: in find_recurse()
8694 case OP_PLUS: in find_firstassertedcu()
H A Dpcre2_dfa_match.c2364 case OP_PLUS: in internal_dfa_match()
H A Dpcre2_match.c1178 case OP_PLUS: in match()

Completed in 114 milliseconds