Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_auto_possess.c350 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
1151 end = (c <= OP_MINUPTO) ? in PRIV()
1188 case OP_MINUPTO: in PRIV()
1189 *code += OP_POSUPTO - OP_MINUPTO; in PRIV()
1311 case OP_MINUPTO: in PRIV()
Dpcre2_find_bracket.c165 case OP_MINUPTO: in PRIV()
Dpcre2_printint.c532 case OP_MINUPTO: in pcre2_printint()
539 if (*code == OP_MINUPTO || *code == OP_MINUPTOI) fprintf(f, "?"); in pcre2_printint()
Dpcre2_pattern_info.c316 case OP_MINUPTO: in pcre2_callout_enumerate()
Dpcre2_study.c688 case OP_MINUPTO: in find_minlength()
1217 case OP_MINUPTO: in set_start_bits()
Dpcre2_jit_compile.c979 case OP_MINUPTO: in next_opcode()
1403 case OP_MINUPTO: in detect_early_fail()
1676 …e_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO; in detect_repeat()
1729 case OP_MINUPTO: \
10490 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
10848 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
10870 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
11412 case OP_MINUPTO: in get_iterator_parameters()
11800 case OP_MINUPTO: in compile_iterator_matchingpath()
12168 case OP_MINUPTO: in compile_matchingpath()
[all …]
Dpcre2_internal.h1426 OP_MINUPTO, /* 40 */ enumerator
Dpcre2_dfa_match.c2579 case OP_MINUPTO: in internal_dfa_match()
Dpcre2_match.c1159 case OP_MINUPTO: in match()
Dpcre2_compile.c8700 case OP_MINUPTO: in find_recurse()
/third_party/pcre2/pcre2/
DHACKING499 OP_MINUPTO OP_MINUPTOI
509 OP_MINUPTO or OPT_POSUPTO).