Searched refs:OP_CRPOSRANGE (Results 1 – 8 of 8) sorted by relevance
837 case OP_CRPOSRANGE: in pcre2_printint()843 else if (*ccode == OP_CRPOSRANGE) fprintf(f, "+"); in pcre2_printint()
502 case OP_CRPOSRANGE: in get_chr_property_list()1243 *repeat_opcode = OP_CRPOSRANGE; in PRIV()
449 case OP_CRPOSRANGE: in find_minlength()622 case OP_CRPOSRANGE: in find_minlength()1723 case OP_CRPOSRANGE: in set_start_bits()
2752 case OP_CRPOSRANGE: in internal_dfa_match()2760 if (*ecode == OP_CRPOSRANGE && count >= (int)GET2(ecode, 1)) in internal_dfa_match()
956 case OP_CRPOSRANGE: in next_opcode()1539 case OP_CRPOSRANGE: in detect_early_fail()5863 case OP_CRPOSRANGE: in scan_prefix()5923 case OP_CRPOSRANGE: in scan_prefix()11745 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE); in get_iterator_parameters()11751 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()11763 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()11770 if (*opcode == OP_CRPOSRANGE) in get_iterator_parameters()12628 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE) in compile_matchingpath()12637 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE) in compile_matchingpath()[all …]
1548 OP_CRPOSRANGE, /* 109 */ enumerator
1961 case OP_CRPOSRANGE: in match()2199 case OP_CRPOSRANGE: in match()
910 OP_CRPOSRANGE, 0, /* CRRANGE, CRMINRANGE */
Completed in 112 milliseconds