Searched refs:OP_KETRPOS (Results 1 – 9 of 9) sorted by relevance
224 case OP_KETRPOS: in find_minlength()1103 case OP_KETRPOS: in set_start_bits()
388 case OP_KETRPOS: in pcre2_printint()
589 case OP_KETRPOS: in compare_opcodes()
1477 OP_KETRPOS, /* 124 Possessive unlimited repeat. */ enumerator
625 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()640 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()712 case OP_KETRPOS: in next_opcode()9616 while (*cc != OP_KETRPOS) in compile_bracketpos_matchingpath()9714 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()9725 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()10425 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
5452 case OP_KETRPOS: in match()5569 if (*Fecode == OP_KETRPOS) in match()
858 case OP_KETRPOS: in internal_dfa_match()
6917 *code++ = OP_KETRPOS; in compile_branch()6927 *ketcode = OP_KETRPOS; in compile_branch()
666 respectively, and OP_KETRPOS for possessive repetitions (see below for more 702 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum