Searched refs:OP_KETRPOS (Results 1 – 9 of 9) sorted by relevance
213 case OP_KETRPOS: in find_minlength()1054 case OP_KETRPOS: in set_start_bits()
388 case OP_KETRPOS: in pcre2_printint()
570 case OP_KETRPOS: in compare_opcodes()
1522 OP_KETRPOS, /* 124 Possessive unlimited repeat. */ enumerator
1179 case OP_KETRPOS: in find_fixedlength()1666 case OP_KETRPOS: in could_be_empty_branch()5718 *code++ = OP_KETRPOS; in compile_branch()5728 *ketcode = OP_KETRPOS; in compile_branch()
584 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()599 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()671 case OP_KETRPOS: in next_opcode()8526 while (*cc != OP_KETRPOS) in compile_bracketpos_matchingpath()8624 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()8635 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()9331 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
1985 case OP_KETRPOS: in match()2073 if (*ecode == OP_KETRPOS) in match()
717 case OP_KETRPOS: in internal_dfa_match()
484 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum