Searched refs:OP_KETRPOS (Results 1 – 9 of 9) sorted by relevance
234 case OP_KETRPOS: in find_minlength()1152 case OP_KETRPOS: in set_start_bits()
388 case OP_KETRPOS: in pcre2_printint()
592 case OP_KETRPOS: in compare_opcodes()
1521 OP_KETRPOS, /* 124 Possessive unlimited repeat. */ enumerator
836 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()851 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()923 case OP_KETRPOS: in next_opcode()10927 while (*cc != OP_KETRPOS) in compile_bracketpos_matchingpath()11025 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()11036 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()11862 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
5528 case OP_KETRPOS: in match()5664 if (*Fecode == OP_KETRPOS) in match()
870 case OP_KETRPOS: in internal_dfa_match()
7350 *code++ = OP_KETRPOS; in compile_branch()7360 *ketcode = OP_KETRPOS; in compile_branch()
668 respectively, and OP_KETRPOS for possessive repetitions (see below for more 704 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum