Searched refs:OP_UPTO (Results 1 – 10 of 10) sorted by relevance
161 case OP_UPTO: in PRIV()
350 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()1159 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in PRIV()1190 case OP_UPTO: in PRIV()1191 *code += OP_POSUPTO - OP_UPTO; in PRIV()1316 case OP_UPTO: in PRIV()
315 case OP_UPTO: in pcre2_callout_enumerate()
687 case OP_UPTO: in find_minlength()1306 case OP_UPTO: in set_start_bits()
542 case OP_UPTO: in pcre2_printint()
1022 case OP_UPTO: in next_opcode()1473 case OP_UPTO: in detect_early_fail()1814 case OP_UPTO: \11799 case OP_UPTO: in get_iterator_parameters()11926 case OP_UPTO: in compile_iterator_matchingpath()11938 if (opcode == OP_UPTO) in compile_iterator_matchingpath()11943 if (opcode == OP_UPTO) in compile_iterator_matchingpath()12056 if (opcode == OP_UPTO) in compile_iterator_matchingpath()12556 case OP_UPTO: in compile_matchingpath()12827 case OP_UPTO: in compile_iterator_backtrackingpath()[all …]
1450 OP_UPTO, /* 39 From 0 to n matches of one character, caseful*/ enumerator
7815 *code++ = OP_UPTO + repeat_type; in compile_branch()7833 *code++ = OP_UPTO + repeat_type; in compile_branch()7881 *code++ = OP_UPTO + repeat_type; in compile_branch()8993 case OP_UPTO: in find_recurse()
2625 case OP_UPTO: in internal_dfa_match()
1202 case OP_UPTO: in match()
Completed in 91 milliseconds