Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c433 case OP_CRPOSRANGE: in find_minlength()
597 case OP_CRPOSRANGE: in find_minlength()
1541 case OP_CRPOSRANGE: in set_start_bits()
Dpcre2_printint.c782 case OP_CRPOSRANGE: in pcre2_printint()
788 else if (*ccode == OP_CRPOSRANGE) fprintf(f, "+"); in pcre2_printint()
Dpcre2_auto_possess.c483 case OP_CRPOSRANGE: in get_chr_property_list()
1194 *repeat_opcode = OP_CRPOSRANGE; in PRIV()
Dpcre2_dfa_match.c2634 case OP_CRPOSRANGE: in internal_dfa_match()
2642 if (*ecode == OP_CRPOSRANGE && count >= (int)GET2(ecode, 1)) in internal_dfa_match()
Dpcre2_internal.h1455 OP_CRPOSRANGE, /* 109 */ enumerator
Dpcre2_jit_compile.c699 case OP_CRPOSRANGE: in next_opcode()
4139 case OP_CRPOSRANGE: in scan_prefix()
4199 case OP_CRPOSRANGE: in scan_prefix()
9815 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
9821 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
9833 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
9840 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
10563 … + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CRPOSRANGE) in compile_matchingpath()
10571 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()
10580 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
[all …]
Dpcre2_match.c1820 case OP_CRPOSRANGE: in match()
2058 case OP_CRPOSRANGE: in match()
Dpcre2_compile.c831 OP_CRPOSRANGE, 0, /* CRRANGE, CRMINRANGE */
/external/pcre/dist2/
DHACKING640 OP_CRPOSRANGE