Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_printint.c512 case OP_MINUPTO: in pcre_printint()
519 if (*code == OP_MINUPTO || *code == OP_MINUPTOI) fprintf(f, "?"); in pcre_printint()
H A Dpcre_study.c539 case OP_MINUPTO: in find_minlength()
1060 case OP_MINUPTO: in set_start_bits()
H A Dpcre_compile.c1981 case OP_MINUPTO: in find_fixedlength()
2170 case OP_MINUPTO: in PRIV()
2315 case OP_MINUPTO: in find_recurse()
2711 case OP_MINUPTO: in could_be_empty_branch()
2937 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
3680 end = (c <= OP_MINUPTO) ? in auto_possessify()
3717 case OP_MINUPTO: in auto_possessify()
3718 *code += OP_POSUPTO - OP_MINUPTO; in auto_possessify()
3832 case OP_MINUPTO: in auto_possessify()
H A Dpcre_jit_compile.c688 case OP_MINUPTO: in next_opcode()
1038 case OP_MINUPTO: \
7026 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
7381 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
7403 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()
8053 case OP_MINUPTO: in compile_iterator_matchingpath()
8354 case OP_MINUPTO: in compile_matchingpath()
8671 case OP_MINUPTO: in compile_iterator_backtrackingpath()
8901 if (repeat_type == OP_MINUPTO) in compile_bracket_backtrackingpath()
9123 if (repeat_type == OP_MINUPTO) in compile_bracket_backtrackingpath()
[all …]
H A DHACKING258 OP_MINUPTO OP_MINUPTOI
264 fixed maximum is coded as an OP_EXACT followed by an OP_UPTO (or OP_MINUPTO or
H A Dpcre_internal.h1944 OP_MINUPTO, /* 40 */ enumerator
H A Dpcre_exec.c3332 case OP_MINUPTO: in match()
3336 minimize = *ecode == OP_MINUPTO || *ecode == OP_MINUPTOI; in match()

Completed in 79 milliseconds