Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c422 case OP_CRPOSRANGE: in find_minlength()
558 case OP_CRPOSRANGE: in find_minlength()
1488 case OP_CRPOSRANGE: in set_start_bits()
Dpcre2_printint.c783 case OP_CRPOSRANGE: in pcre2_printint()
789 else if (*ccode == OP_CRPOSRANGE) fprintf(f, "+"); in pcre2_printint()
Dpcre2_auto_possess.c483 case OP_CRPOSRANGE: in get_chr_property_list()
1162 *repeat_opcode = OP_CRPOSRANGE; in PRIV()
Dpcre2_jit_compile.c658 case OP_CRPOSRANGE: in next_opcode()
3745 case OP_CRPOSRANGE: in scan_prefix()
3805 case OP_CRPOSRANGE: in scan_prefix()
8725 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()
8731 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
8743 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
8750 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()
9469 … + (32 / sizeof(PCRE2_UCHAR))] >= OP_CRSTAR && cc[1 + (32 / sizeof(PCRE2_UCHAR))] <= OP_CRPOSRANGE) in compile_matchingpath()
9477 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()
9486 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()
[all …]
Dpcre2_match.c3012 case OP_CRPOSRANGE: in match()
3014 possessive = (*ecode == OP_CRPOSRANGE); in match()
3239 case OP_CRPOSRANGE: in match()
3241 possessive = (*ecode == OP_CRPOSRANGE); in match()
Dpcre2_dfa_match.c2535 case OP_CRPOSRANGE: in internal_dfa_match()
2542 if (*ecode == OP_CRPOSRANGE) in internal_dfa_match()
Dpcre2_internal.h1500 OP_CRPOSRANGE, /* 109 */ enumerator
Dpcre2_compile.c721 OP_CRPOSRANGE, 0, /* CRRANGE, CRMINRANGE */
1157 case OP_CRPOSRANGE: in find_fixedlength()
1580 case OP_CRPOSRANGE: in could_be_empty_branch()
/external/pcre/dist2/
DHACKING423 OP_CRPOSRANGE