Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c363 case OP_CRRANGE: in find_minlength()
489 case OP_CRRANGE: in find_minlength()
1404 case OP_CRRANGE: in set_start_bits()
Dpcre_printint.c783 case OP_CRRANGE: in pcre_printint()
Dpcre_compile.c1952 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()
Dpcre_jit_compile.c622 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 …]
Dpcre_exec.c2759 case OP_CRRANGE: in match()
2903 case OP_CRRANGE: in match()
3130 case OP_CRRANGE: in match()
Dpcre_internal.h2035 OP_CRRANGE, /* 104 These are different to the three sets above. */ enumerator
DHACKING384 OP_CRRANGE
Dpcre_dfa_exec.c2619 case OP_CRRANGE: in internal_dfa_exec()