Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c161 case OP_UPTO: in PRIV()
H A Dpcre2_auto_possess.c333 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
1135 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()
1166 case OP_UPTO: in PRIV()
1167 *code += OP_POSUPTO - OP_UPTO; in PRIV()
1288 case OP_UPTO: in PRIV()
H A Dpcre2_pattern_info.c315 case OP_UPTO: in pcre2_callout_enumerate()
H A Dpcre2_study.c684 case OP_UPTO: in find_minlength()
1216 case OP_UPTO: in set_start_bits()
H A Dpcre2_printint.c500 case OP_UPTO: in pcre2_printint()
H A Dpcre2_jit_compile.c973 case OP_UPTO: in next_opcode()
1395 case OP_UPTO: in detect_early_fail()
1729 case OP_UPTO: \
11103 case OP_UPTO: in get_iterator_parameters()
11230 case OP_UPTO: in compile_iterator_matchingpath()
11242 if (opcode == OP_UPTO) in compile_iterator_matchingpath()
11247 if (opcode == OP_UPTO) in compile_iterator_matchingpath()
11360 if (opcode == OP_UPTO) in compile_iterator_matchingpath()
11859 case OP_UPTO: in compile_matchingpath()
12130 case OP_UPTO: in compile_iterator_backtrackingpath()
[all …]
H A Dpcre2_internal.h1401 OP_UPTO, /* 39 From 0 to n matches of one character, caseful*/ enumerator
H A Dpcre2_compile.c7439 *code++ = OP_UPTO + repeat_type; in compile_branch()
7457 *code++ = OP_UPTO + repeat_type; in compile_branch()
7505 *code++ = OP_UPTO + repeat_type; in compile_branch()
8569 case OP_UPTO: in find_recurse()
H A Dpcre2_dfa_match.c2521 case OP_UPTO: in internal_dfa_match()
H A Dpcre2_match.c1134 case OP_UPTO: in match()

Completed in 132 milliseconds