Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_printint.c782 case OP_CRMINRANGE: in pcre_printint()
788 if (*ccode == OP_CRMINRANGE) fprintf(f, "?"); in pcre_printint()
H A Dpcre_study.c362 case OP_CRMINRANGE: in find_minlength()
488 case OP_CRMINRANGE: in find_minlength()
1403 case OP_CRMINRANGE: in set_start_bits()
H A Dpcre_exec.c2758 case OP_CRMINRANGE: in match()
2759 minimize = (*ecode == OP_CRMINRANGE); in match()
2902 case OP_CRMINRANGE: in match()
2904 minimize = (*ecode == OP_CRMINRANGE); in match()
3129 case OP_CRMINRANGE: in match()
3131 minimize = (*ecode == OP_CRMINRANGE); in match()
H A Dpcre_compile.c1951 case OP_CRMINRANGE: in find_fixedlength()
2576 case OP_CRMINRANGE: in could_be_empty_branch()
3087 case OP_CRMINRANGE: in get_chr_property_list()
3734 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in auto_possessify()
3762 case OP_CRMINRANGE: in auto_possessify()
H A 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 …]
H A Dpcre_internal.h2036 OP_CRMINRANGE, /* 105 */ enumerator
H A DHACKING385 OP_CRMINRANGE

Completed in 75 milliseconds