Searched refs:OP_UPTO (Results 1 – 10 of 10) sorted by relevance
219 case OP_UPTO: in pcre_pattern_to_host_byte_order()
2045 case OP_UPTO: in find_fixedlength()2168 case OP_UPTO: in PRIV()2313 case OP_UPTO: in find_recurse()2708 case OP_UPTO: in could_be_empty_branch()2939 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()3684 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in auto_possessify()3715 case OP_UPTO: in auto_possessify()3716 *code += OP_POSUPTO - OP_UPTO; in auto_possessify()3833 case OP_UPTO: in auto_possessify()5815 *code++ = OP_UPTO + repeat_type; in compile_branch()[all …]
537 case OP_UPTO: in find_minlength()1061 case OP_UPTO: in set_start_bits()
513 case OP_UPTO: in pcre_printint()
687 case OP_UPTO: in next_opcode()985 …e_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO; in detect_repeat()1037 case OP_UPTO: \7024 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()7476 else if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()7867 …*opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO); in get_iterator_parameters()7878 if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO) in get_iterator_parameters()7967 case OP_UPTO: in compile_iterator_matchingpath()7972 if (opcode == OP_STAR || opcode == OP_UPTO) in compile_iterator_matchingpath()7984 if (opcode == OP_UPTO || opcode == OP_CRRANGE) in compile_iterator_matchingpath()[all …]
257 OP_UPTO OP_UPTOI 262 Each of these is followed by a count and then the repeated character. OP_UPTO264 fixed maximum is coded as an OP_EXACT followed by an OP_UPTO (or OP_MINUPTO or
1943 OP_UPTO, /* 39 From 0 to n matches of one character, caseful*/ enumerator
2490 case OP_UPTO: in internal_dfa_exec()
2582 case OP_UPTO: in regexflip8_or_16()
3332 case OP_UPTO: in match()