Searched refs:OP_CRPOSRANGE (Results 1 – 8 of 8) sorted by relevance
818 case OP_CRPOSRANGE: in pcre2_printint()824 else if (*ccode == OP_CRPOSRANGE) fprintf(f, "+"); in pcre2_printint()
446 case OP_CRPOSRANGE: in find_minlength()619 case OP_CRPOSRANGE: in find_minlength()1633 case OP_CRPOSRANGE: in set_start_bits()
502 case OP_CRPOSRANGE: in get_chr_property_list()1237 *repeat_opcode = OP_CRPOSRANGE; in PRIV()
2705 case OP_CRPOSRANGE: in internal_dfa_match()2713 if (*ecode == OP_CRPOSRANGE && count >= (int)GET2(ecode, 1)) in internal_dfa_match()
915 case OP_CRPOSRANGE: in next_opcode()1466 case OP_CRPOSRANGE: in detect_early_fail()5709 case OP_CRPOSRANGE: in scan_prefix()5769 case OP_CRPOSRANGE: in scan_prefix()11357 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()11363 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()11375 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()11382 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()12239 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()12248 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()[all …]
1523 OP_CRPOSRANGE, /* 109 */ enumerator
1910 case OP_CRPOSRANGE: in match()2148 case OP_CRPOSRANGE: in match()
904 OP_CRPOSRANGE, 0, /* CRRANGE, CRMINRANGE */
Completed in 143 milliseconds