Home
last modified time | relevance | path

Searched refs:OP_CRRANGE (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_study.c444 case OP_CRRANGE: in find_minlength()
617 case OP_CRRANGE: in find_minlength()
1631 case OP_CRRANGE: in set_start_bits()
Dpcre2_auto_possess.c483 case OP_CRRANGE: in get_chr_property_list()
1213 case OP_CRRANGE: in PRIV()
Dpcre2_printint.c784 case OP_CRRANGE: in pcre2_printint()
Dpcre2_internal.h1493 OP_CRRANGE, /* 104 These are different to the three sets above. */ enumerator
Dpcre2_jit_compile.c905 case OP_CRRANGE: in next_opcode()
1454 case OP_CRRANGE: in detect_early_fail()
1596 case OP_CRRANGE: in get_class_iterator_size()
1601 return (*cc == OP_CRRANGE) ? 2 : 1; in get_class_iterator_size()
5633 case OP_CRRANGE: in scan_prefix()
5693 case OP_CRRANGE: in scan_prefix()
9239 case OP_CRRANGE: in compile_ref_iterator_matchingpath()
11126 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
11135 *opcode -= OP_CRRANGE - OP_STAR; in get_iterator_parameters()
11147 *opcode -= OP_CRRANGE - OP_QUERY; in get_iterator_parameters()
[all …]
Dpcre2_match.c1891 case OP_CRRANGE: in match()
2129 case OP_CRRANGE: in match()
4734 case OP_CRRANGE: in match()
Dpcre2_dfa_match.c2646 case OP_CRRANGE: in internal_dfa_match()
Dpcre2_compile.c6957 *code++ = OP_CRRANGE + repeat_type; in compile_branch()
/external/pcre/dist2/
DHACKING640 OP_CRRANGE