Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c165 case OP_MINUPTO: in PRIV()
H A Dpcre2_auto_possess.c333 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
1133 end = (c <= OP_MINUPTO) ? in PRIV()
1170 case OP_MINUPTO: in PRIV()
1171 *code += OP_POSUPTO - OP_MINUPTO; in PRIV()
1289 case OP_MINUPTO: in PRIV()
H A Dpcre2_pattern_info.c316 case OP_MINUPTO: in pcre2_callout_enumerate()
H A Dpcre2_printint.c501 case OP_MINUPTO: in pcre2_printint()
508 if (*code == OP_MINUPTO || *code == OP_MINUPTOI) fprintf(f, "?"); in pcre2_printint()
H A Dpcre2_study.c688 case OP_MINUPTO: in find_minlength()
1217 case OP_MINUPTO: in set_start_bits()
H A Dpcre2_jit_compile.c974 case OP_MINUPTO: in next_opcode()
1396 case OP_MINUPTO: in detect_early_fail()
1730 case OP_MINUPTO: \
10182 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
10540 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
10562 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
11104 case OP_MINUPTO: in get_iterator_parameters()
11492 case OP_MINUPTO: in compile_iterator_matchingpath()
11860 case OP_MINUPTO: in compile_matchingpath()
12181 case OP_MINUPTO: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre2_internal.h1402 OP_MINUPTO, /* 40 */ enumerator
H A Dpcre2_dfa_match.c2522 case OP_MINUPTO: in internal_dfa_match()
H A Dpcre2_match.c1142 case OP_MINUPTO: in match()
H A Dpcre2_compile.c8573 case OP_MINUPTO: in find_recurse()

Completed in 82 milliseconds