Home
last modified time | relevance | path

Searched refs:OP_CRMINRANGE (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist/
Dpcre_printint.c784 case OP_CRMINRANGE: in pcre_printint()
790 if (*ccode == OP_CRMINRANGE) fprintf(f, "?"); in pcre_printint()
Dpcre_study.c364 case OP_CRMINRANGE: in find_minlength()
490 case OP_CRMINRANGE: in find_minlength()
1405 case OP_CRMINRANGE: in set_start_bits()
Dpcre_exec.c2760 case OP_CRMINRANGE: in match()
2761 minimize = (*ecode == OP_CRMINRANGE); in match()
2904 case OP_CRMINRANGE: in match()
2906 minimize = (*ecode == OP_CRMINRANGE); in match()
3131 case OP_CRMINRANGE: in match()
3133 minimize = (*ecode == OP_CRMINRANGE); in match()
Dpcre_compile.c1953 case OP_CRMINRANGE: in find_fixedlength()
2578 case OP_CRMINRANGE: in could_be_empty_branch()
3089 case OP_CRMINRANGE: in get_chr_property_list()
3736 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in auto_possessify()
3764 case OP_CRMINRANGE: in auto_possessify()
Dpcre_jit_compile.c623 case OP_CRMINRANGE: in next_opcode()
913 case OP_CRMINRANGE: in get_class_iterator_size()
6128 case OP_CRMINRANGE: in compile_ref_iterator_matchingpath()
7860 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
7867 …*opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO); in get_iterator_parameters()
8054 case OP_CRMINRANGE: in compile_iterator_matchingpath()
8059 if (opcode == OP_CRMINRANGE) in compile_iterator_matchingpath()
8672 case OP_CRMINRANGE: in compile_iterator_backtrackingpath()
8673 if (opcode == OP_CRMINRANGE) in compile_iterator_backtrackingpath()
8686 if (opcode == OP_CRMINRANGE) in compile_iterator_backtrackingpath()
[all …]
Dpcre_internal.h2036 OP_CRMINRANGE, /* 105 */ enumerator
DHACKING385 OP_CRMINRANGE
Dpcre_dfa_exec.c2620 case OP_CRMINRANGE: in internal_dfa_exec()