Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_printint.c786 case OP_CRPOSRANGE: in pcre2_printint()
792 else if (*ccode == OP_CRPOSRANGE) fprintf(f, "+"); in pcre2_printint()
Dpcre2_study.c446 case OP_CRPOSRANGE: in find_minlength()
619 case OP_CRPOSRANGE: in find_minlength()
1633 case OP_CRPOSRANGE: in set_start_bits()
Dpcre2_auto_possess.c485 case OP_CRPOSRANGE: in get_chr_property_list()
1215 *repeat_opcode = OP_CRPOSRANGE; in PRIV()
Dpcre2_internal.h1499 OP_CRPOSRANGE, /* 109 */ enumerator
Dpcre2_jit_compile.c910 case OP_CRPOSRANGE: in next_opcode()
1456 case OP_CRPOSRANGE: in detect_early_fail()
5635 case OP_CRPOSRANGE: in scan_prefix()
5695 case OP_CRPOSRANGE: in scan_prefix()
11126 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
11132 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
11144 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
11151 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
12000 … + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CRPOSRANGE) in compile_matchingpath()
12008 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()
[all …]
Dpcre2_dfa_match.c2648 case OP_CRPOSRANGE: in internal_dfa_match()
2656 if (*ecode == OP_CRPOSRANGE && count >= (int)GET2(ecode, 1)) in internal_dfa_match()
Dpcre2_match.c1893 case OP_CRPOSRANGE: in match()
2131 case OP_CRPOSRANGE: in match()
Dpcre2_compile.c899 OP_CRPOSRANGE, 0, /* CRRANGE, CRMINRANGE */
/external/pcre/dist2/
DHACKING642 OP_CRPOSRANGE