Searched refs:OP_UPTO (Results 1 – 11 of 11) sorted by relevance
331 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()1081 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()1112 case OP_UPTO: in PRIV()1113 *code += OP_POSUPTO - OP_UPTO; in PRIV()1234 case OP_UPTO: in PRIV()
160 case OP_UPTO: in PRIV()
294 case OP_UPTO: in pcre2_callout_enumerate()
623 case OP_UPTO: in find_minlength()1117 case OP_UPTO: in set_start_bits()
719 case OP_UPTO: in next_opcode()1215 …e_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO; in detect_repeat()1267 case OP_UPTO: \7870 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()8324 else if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()8753 *opcode -= OP_CRRANGE - OP_UPTO; in get_iterator_parameters()8779 case OP_UPTO: in get_iterator_parameters()8889 case OP_UPTO: in compile_iterator_matchingpath()8901 if (opcode == OP_UPTO) in compile_iterator_matchingpath()8906 if (opcode == OP_UPTO) in compile_iterator_matchingpath()[all …]
498 case OP_UPTO: in pcre2_printint()
1248 case OP_UPTO: in find_fixedlength()1707 case OP_UPTO: in could_be_empty_branch()2550 case OP_UPTO: in find_recurse()5281 *code++ = OP_UPTO + repeat_type; in compile_branch()5299 *code++ = OP_UPTO + repeat_type; in compile_branch()5349 *code++ = OP_UPTO + repeat_type; in compile_branch()
1402 OP_UPTO, /* 39 From 0 to n matches of one character, caseful*/ enumerator
2408 case OP_UPTO: in internal_dfa_match()
3442 case OP_UPTO: in match()
284 OP_UPTO OP_UPTOI293 OP_UPTO matches from 0 to the given number. A repeat with a non-zero minimum294 and a fixed maximum is coded as an OP_EXACT followed by an OP_UPTO (or