Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c220 case OP_MINUPTO: in pcre_pattern_to_host_byte_order()
Dpcre_printint.c514 case OP_MINUPTO: in pcre_printint()
521 if (*code == OP_MINUPTO || *code == OP_MINUPTOI) fprintf(f, "?"); in pcre_printint()
Dpcre_study.c499 case OP_MINUPTO: in find_minlength()
1020 case OP_MINUPTO: in set_start_bits()
Dpcre_compile.c1953 case OP_MINUPTO: in find_fixedlength()
2136 case OP_MINUPTO: in PRIV()
2259 case OP_MINUPTO: in find_recurse()
2660 case OP_MINUPTO: in could_be_empty_branch()
2886 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
3616 end = (c <= OP_MINUPTO) ? in auto_possessify()
3652 case OP_MINUPTO: in auto_possessify()
3653 *code += OP_POSUPTO - OP_MINUPTO; in auto_possessify()
3766 case OP_MINUPTO: in auto_possessify()
Dpcre_jit_compile.c692 case OP_MINUPTO: in next_opcode()
999 …e_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO; in detect_repeat()
1052 case OP_MINUPTO: \
6974 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
7327 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
7349 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
7808 …*opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO); in get_iterator_parameters()
7819 if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO) in get_iterator_parameters()
7994 case OP_MINUPTO: in compile_iterator_matchingpath()
8295 case OP_MINUPTO: in compile_matchingpath()
[all …]
DHACKING258 OP_MINUPTO OP_MINUPTOI
264 fixed maximum is coded as an OP_EXACT followed by an OP_UPTO (or OP_MINUPTO or
Dpcre_internal.h1936 OP_MINUPTO, /* 40 */ enumerator
Dpcre_exec.c3327 case OP_MINUPTO: in match()
3331 minimize = *ecode == OP_MINUPTO || *ecode == OP_MINUPTOI; in match()
Dpcre_dfa_exec.c2491 case OP_MINUPTO: in internal_dfa_exec()
Dpcretest.c2580 case OP_MINUPTO: in regexflip8_or_16()