Searched refs:OP_KET (Results 1 – 8 of 8) sorted by relevance
172 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET) in find_minlength()231 case OP_KET: in find_minlength()1149 case OP_KET: in set_start_bits()
925 case OP_KET: in next_opcode()1509 case OP_KET: in detect_early_fail()1568 if (*cc != OP_ALT && *cc != OP_KET) in detect_early_fail()1670 if (*next_end != OP_KET) in detect_repeat()1783 case OP_KET: in set_private_data_ptrs()2388 case OP_KET: in get_recurse_data_length()2737 case OP_KET: in copy_recurse_data()5541 case OP_KET: in scan_prefix()9847 case OP_KET: in assert_needs_str_ptr_saving()10879 if (ket != OP_KET) in compile_bracket_matchingpath()[all …]
421 case OP_KET: in pcre2_printint()
609 case OP_KET: in compare_opcodes()
4889 code[GET(code, 1)] != OP_KET) /* More than one branch */ in first_significant_code()6613 while (*tc != OP_KET); in compile_branch()6664 *code++ = OP_KET; in compile_branch()7152 previous[2 + 2*LINK_SIZE] = OP_KET; in compile_branch()7387 *code++ = OP_KET; in compile_branch()7739 *code++ = OP_KET; in compile_branch()8292 *code = OP_KET; in compile_regex()
867 case OP_KET: in internal_dfa_match()874 if (codevalue != OP_KET) in internal_dfa_match()
1542 OP_KET, /* 121 End of group that doesn't have an unbounded repeat */ enumerator
5734 case OP_KET: in match()5888 if (Fop != OP_KET && (P == NULL || Feptr != P->eptr)) in match()
Completed in 82 milliseconds