Home
last modified time | relevance | path

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

/php-src/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()
1159 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()
1174 case OP_PLUS: in PRIV()
1175 *code += OP_POSPLUS - OP_PLUS; in PRIV()
1312 case OP_PLUS: in PRIV()
H A Dpcre2_pattern_info.c311 case OP_PLUS: in pcre2_callout_enumerate()
H A Dpcre2_study.c303 case OP_PLUS: in find_minlength()
1181 case OP_PLUS: in set_start_bits()
1324 case OP_PLUS: in set_start_bits()
H A Dpcre2_printint.c505 case OP_PLUS: in pcre2_printint()
H A Dpcre2_internal.h1445 OP_PLUS, /* 35 the minimizing one second. */ enumerator
H A Dpcre2_jit_compile.c1018 case OP_PLUS: in next_opcode()
1439 case OP_PLUS: in detect_early_fail()
1805 case OP_PLUS: \
5661 case OP_PLUS: in scan_prefix()
11726 if (*opcode == OP_PLUS || *opcode == OP_MINPLUS) in get_iterator_parameters()
11729 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11788 case OP_PLUS: in get_iterator_parameters()
11791 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
12552 case OP_PLUS: in compile_matchingpath()
13753 case OP_PLUS: in compile_backtrackingpath()
H A Dpcre2_compile.c7828 *code++ = OP_PLUS + repeat_type; in compile_branch()
9017 case OP_PLUS: in find_recurse()
9117 case OP_PLUS: in find_firstassertedcu()
H A Dpcre2_dfa_match.c2468 case OP_PLUS: in internal_dfa_match()
H A Dpcre2_match.c1246 case OP_PLUS: in match()

Completed in 126 milliseconds