Searched refs:OP_KET (Results 1 – 9 of 9) sorted by relevance
155 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET) in find_minlength()210 case OP_KET: in find_minlength()1051 case OP_KET: in set_start_bits()
584 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()599 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()668 case OP_KET: in next_opcode()1037 if (*end != OP_KET || PRIVATE_DATA(end) != 0) in detect_fast_forward_skip()1068 if (*next_alt != OP_KET || PRIVATE_DATA(next_alt) != 0) in detect_fast_fail()1164 if (end[-(1 + LINK_SIZE)] != OP_KET) in detect_repeat()1209 if (*next_end != OP_KET) in detect_repeat()1321 case OP_KET: in set_private_data_ptrs()1462 if (end[-1 - LINK_SIZE] == OP_KET) in set_private_data_ptrs()1790 case OP_KET: in get_private_data_copy_length()[all …]
966 case OP_KET: in find_fixedlength()1663 case OP_KET: in could_be_empty_branch()5174 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()5619 *code++ = OP_KET; in compile_branch()5850 *code++ = OP_KET; in compile_branch()7082 while (*tc != OP_KET); in compile_branch()7139 *code++ = OP_KET; in compile_branch()7819 *code = OP_KET; in compile_regex()7836 *code = OP_KET; in compile_regex()
390 case OP_KET: in pcre2_printint()
577 case OP_KET: in compare_opcodes()
962 if (*ecode == OP_KET || eptr == saved_eptr) in match()1614 if (*ecode == OP_KET) RRETURN(MATCH_NOMATCH); in match()1982 case OP_KET: in match()2091 if (*ecode == OP_KET || eptr == saved_eptr) in match()
714 case OP_KET: in internal_dfa_match()721 if (codevalue != OP_KET) in internal_dfa_match()
1519 OP_KET, /* 121 End of group that doesn't have an unbounded repeat */ enumerator
442 OP_KET opcode. Each OP_ALT is followed by a LINK_SIZE value giving the offset443 to the next one, or to the OP_KET opcode. For capturing brackets, the bracket446 OP_KET is used for subpatterns that do not repeat indefinitely, and OP_KETRMIN