Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_auto_possess.c331 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
1079 end = (c <= OP_MINUPTO) ? in PRIV()
1116 case OP_MINUPTO: in PRIV()
1117 *code += OP_POSUPTO - OP_MINUPTO; in PRIV()
1235 case OP_MINUPTO: in PRIV()
Dpcre2_find_bracket.c164 case OP_MINUPTO: in PRIV()
Dpcre2_printint.c499 case OP_MINUPTO: in pcre2_printint()
506 if (*code == OP_MINUPTO || *code == OP_MINUPTOI) fprintf(f, "?"); in pcre2_printint()
Dpcre2_pattern_info.c295 case OP_MINUPTO: in pcre2_callout_enumerate()
Dpcre2_study.c627 case OP_MINUPTO: in find_minlength()
1118 case OP_MINUPTO: in set_start_bits()
Dpcre2_jit_compile.c720 case OP_MINUPTO: in next_opcode()
1215 …e_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO; in detect_repeat()
1268 case OP_MINUPTO: \
7872 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
8229 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
8251 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
8780 case OP_MINUPTO: in get_iterator_parameters()
9100 case OP_MINUPTO: in compile_iterator_matchingpath()
9406 case OP_MINUPTO: in compile_matchingpath()
9723 case OP_MINUPTO: in compile_iterator_backtrackingpath()
[all …]
Dpcre2_internal.h1403 OP_MINUPTO, /* 40 */ enumerator
Dpcre2_compile.c1186 case OP_MINUPTO: in find_fixedlength()
1712 case OP_MINUPTO: in could_be_empty_branch()
2554 case OP_MINUPTO: in find_recurse()
Dpcre2_match.c3444 case OP_MINUPTO: in match()
3448 minimize = *ecode == OP_MINUPTO || *ecode == OP_MINUPTOI; in match()
Dpcre2_dfa_match.c2409 case OP_MINUPTO: in internal_dfa_match()
/external/pcre/dist2/
DHACKING285 OP_MINUPTO OP_MINUPTOI
295 OP_MINUPTO or OPT_POSUPTO).