Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c360 case OP_CRMINRANGE: in find_minlength()
484 case OP_CRMINRANGE: in find_minlength()
1399 case OP_CRMINRANGE: in set_start_bits()
H A 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()
H A Dpcre_compile.c1934 case OP_CRMINRANGE: in find_fixedlength()
2559 case OP_CRMINRANGE: in could_be_empty_branch()
3070 case OP_CRMINRANGE: in get_chr_property_list()
3717 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE) in auto_possessify()
3745 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()
6091 case OP_CRMINRANGE: in compile_ref_iterator_matchingpath()
7818 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
7825 …*opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO); in get_iterator_parameters()
8012 case OP_CRMINRANGE: in compile_iterator_matchingpath()
8017 if (opcode == OP_CRMINRANGE) in compile_iterator_matchingpath()
8631 case OP_CRMINRANGE: in compile_iterator_backtrackingpath()
8632 if (opcode == OP_CRMINRANGE) in compile_iterator_backtrackingpath()
8645 if (opcode == OP_CRMINRANGE) in compile_iterator_backtrackingpath()
[all …]
H A Dpcre_internal.h2032 OP_CRMINRANGE, /* 105 */ enumerator
H A DHACKING385 OP_CRMINRANGE

Completed in 69 milliseconds