Searched refs:OP_CRRANGE (Results 1 – 8 of 8) sorted by relevance
363 case OP_CRRANGE: in find_minlength()489 case OP_CRRANGE: in find_minlength()1404 case OP_CRRANGE: in set_start_bits()
783 case OP_CRRANGE: in pcre_printint()
1952 case OP_CRRANGE: in find_fixedlength()2577 case OP_CRRANGE: in could_be_empty_branch()3088 case OP_CRRANGE: in get_chr_property_list()3763 case OP_CRRANGE: in auto_possessify()5955 *code++ = OP_CRRANGE + repeat_type; in compile_branch()6494 case OP_CRRANGE: *tempcode = OP_CRPOSRANGE; break; in compile_branch()
622 case OP_CRRANGE: in next_opcode()912 case OP_CRRANGE: in get_class_iterator_size()6127 case OP_CRRANGE: in compile_ref_iterator_matchingpath()7860 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()7867 …*opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO); in get_iterator_parameters()7968 case OP_CRRANGE: in compile_iterator_matchingpath()7984 if (opcode == OP_UPTO || opcode == OP_CRRANGE) in compile_iterator_matchingpath()7989 if (opcode == OP_UPTO || opcode == OP_CRRANGE) in compile_iterator_matchingpath()7993 if (opcode == OP_CRRANGE && min > 0) in compile_iterator_matchingpath()7995 if (opcode == OP_UPTO || (opcode == OP_CRRANGE && max > 0)) in compile_iterator_matchingpath()[all …]
2759 case OP_CRRANGE: in match()2903 case OP_CRRANGE: in match()3130 case OP_CRRANGE: in match()
2035 OP_CRRANGE, /* 104 These are different to the three sets above. */ enumerator
384 OP_CRRANGE
2619 case OP_CRRANGE: in internal_dfa_exec()