Searched refs:OP_KETRPOS (Results 1 – 8 of 8) sorted by relevance
234 case OP_KETRPOS: in find_minlength()1242 case OP_KETRPOS: in set_start_bits()
418 case OP_KETRPOS: in pcre2_printint()
612 case OP_KETRPOS: in compare_opcodes()
1570 OP_KETRPOS, /* 124 Possessive unlimited repeat. */ enumerator
867 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()882 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()969 case OP_KETRPOS: in next_opcode()11546 while (*cc != OP_KETRPOS) in compile_bracketpos_matchingpath()11644 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()11655 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()12481 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
5909 case OP_KETRPOS: in match()6092 if (*Fecode == OP_KETRPOS) in match()
872 case OP_KETRPOS: in internal_dfa_match()
7725 *code++ = OP_KETRPOS; in compile_branch()7735 *ketcode = OP_KETRPOS; in compile_branch()
Completed in 109 milliseconds