Searched refs:OP_KET (Results 1 – 8 of 8) sorted by relevance
548 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()563 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()637 case OP_KET: in next_opcode()934 if (end[-(1 + LINK_SIZE)] != OP_KET) in detect_repeat()979 if (*next_end != OP_KET) in detect_repeat()1091 case OP_KET: in set_private_data_ptrs()1232 if (end[-1 - LINK_SIZE] == OP_KET) in set_private_data_ptrs()1557 case OP_KET: in get_private_data_copy_length()1736 case OP_KET: in copy_private_data()3329 case OP_KET: in scan_prefix()[all …]
1780 case OP_KET: in find_fixedlength()2663 case OP_KET: in could_be_empty_branch()3177 case OP_KET: in compare_opcodes()5705 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()6230 *code++ = OP_KET; in compile_branch()6457 *code++ = OP_KET; in compile_branch()6506 *code++ = OP_KET; in compile_branch()7745 while (*tc != OP_KET); in compile_branch()7798 *code++ = OP_KET; in compile_branch()8472 *code = OP_KET; in compile_regex()[all …]
158 case OP_KET: in find_minlength()994 case OP_KET: in set_start_bits()
408 case OP_KET: in pcre_printint()
410 OP_KET opcode. Each OP_ALT is followed by LINK_SIZE bytes giving the offset to411 the next one, or to the OP_KET opcode. For capturing brackets, the bracket 414 OP_KET is used for subpatterns that do not repeat indefinitely, and OP_KETRMIN
916 if (*ecode == OP_KET || eptr == saved_eptr) in match()1581 if (*ecode == OP_KET) RRETURN(MATCH_NOMATCH); in match()1909 case OP_KET: in match()2021 if (*ecode == OP_KET || eptr == saved_eptr) in match()
771 case OP_KET: in internal_dfa_exec()778 if (codevalue != OP_KET) in internal_dfa_exec()
2059 OP_KET, /* 120 End of group that doesn't have an unbounded repeat */ enumerator