Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c219 case OP_UPTO: in pcre_pattern_to_host_byte_order()
Dpcre_compile.c2015 case OP_UPTO: in find_fixedlength()
2134 case OP_UPTO: in PRIV()
2255 case OP_UPTO: in find_recurse()
2655 case OP_UPTO: in could_be_empty_branch()
2886 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
3618 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO; in auto_possessify()
3648 case OP_UPTO: in auto_possessify()
3649 *code += OP_POSUPTO - OP_UPTO; in auto_possessify()
3765 case OP_UPTO: in auto_possessify()
5713 *code++ = OP_UPTO + repeat_type; in compile_branch()
[all …]
Dpcre_study.c495 case OP_UPTO: in find_minlength()
1019 case OP_UPTO: in set_start_bits()
Dpcre_jit_compile.c691 case OP_UPTO: in next_opcode()
999 …e_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO; in detect_repeat()
1051 case OP_UPTO: \
6972 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
7422 else if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()
7808 …*opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO); in get_iterator_parameters()
7819 if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO) in get_iterator_parameters()
7908 case OP_UPTO: in compile_iterator_matchingpath()
7913 if (opcode == OP_STAR || opcode == OP_UPTO) in compile_iterator_matchingpath()
7925 if (opcode == OP_UPTO || opcode == OP_CRRANGE) in compile_iterator_matchingpath()
[all …]
Dpcre_printint.c513 case OP_UPTO: in pcre_printint()
DHACKING257 OP_UPTO OP_UPTOI
262 Each of these is followed by a count and then the repeated character. OP_UPTO
264 fixed maximum is coded as an OP_EXACT followed by an OP_UPTO (or OP_MINUPTO or
Dpcre_internal.h1935 OP_UPTO, /* 39 From 0 to n matches of one character, caseful*/ enumerator
Dpcre_dfa_exec.c2490 case OP_UPTO: in internal_dfa_exec()
Dpcretest.c2579 case OP_UPTO: in regexflip8_or_16()
Dpcre_exec.c3325 case OP_UPTO: in match()