Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c434 case OP_CRPOSRANGE: in find_minlength()
598 case OP_CRPOSRANGE: in find_minlength()
1543 case OP_CRPOSRANGE: in set_start_bits()
Dpcre2_printint.c784 case OP_CRPOSRANGE: in pcre2_printint()
790 else if (*ccode == OP_CRPOSRANGE) fprintf(f, "+"); in pcre2_printint()
Dpcre2_auto_possess.c483 case OP_CRPOSRANGE: in get_chr_property_list()
1202 *repeat_opcode = OP_CRPOSRANGE; in PRIV()
Dpcre2_dfa_match.c2641 case OP_CRPOSRANGE: in internal_dfa_match()
2649 if (*ecode == OP_CRPOSRANGE && count >= (int)GET2(ecode, 1)) in internal_dfa_match()
Dpcre2_internal.h1489 OP_CRPOSRANGE, /* 109 */ enumerator
Dpcre2_jit_compile.c885 case OP_CRPOSRANGE: in next_opcode()
5287 case OP_CRPOSRANGE: in scan_prefix()
5347 case OP_CRPOSRANGE: in scan_prefix()
11220 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
11226 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
11238 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
11245 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
11968 … + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CRPOSRANGE) in compile_matchingpath()
11976 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()
11985 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
[all …]
Dpcre2_match.c1821 case OP_CRPOSRANGE: in match()
2059 case OP_CRPOSRANGE: in match()
Dpcre2_compile.c881 OP_CRPOSRANGE, 0, /* CRRANGE, CRMINRANGE */
/external/pcre/dist2/
DHACKING640 OP_CRPOSRANGE