Searched refs:OP_KETRMAX (Results 1 – 8 of 8) sorted by relevance
159 case OP_KETRMAX: in find_minlength()995 case OP_KETRMAX: in set_start_bits()
638 case OP_KETRMAX: in next_opcode()1126 if (*alternative == OP_KETRMAX || *alternative == OP_KETRMIN) in set_private_data_ptrs()1598 if (*alternative == OP_KETRMAX || *alternative == OP_KETRMIN) in get_private_data_copy_length()1785 if (*alternative == OP_KETRMAX || *alternative == OP_KETRMIN) in copy_private_data()6877 if (ket == OP_KETRMAX) in match_once_common()6892 if (ket == OP_KETRMAX) in match_once_common()7025 ket = OP_KETRMAX; in compile_bracket_matchingpath()7038 SLJIT_ASSERT(ket == OP_KET || ket == OP_KETRMAX || ket == OP_KETRMIN); in compile_bracket_matchingpath()7039 …ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRMAX))); in compile_bracket_matchingpath()7046 if (SLJIT_UNLIKELY(opcode == OP_COND) && (*cc == OP_KETRMAX || *cc == OP_KETRMIN)) in compile_bracket_matchingpath()[all …]
404 case OP_KETRMAX: in pcre_printint()
415 and OP_KETRMAX are used for indefinite repetitions, minimally or maximally430 minimum is zero), with the final copy terminating with OP_KETRMIN or OP_KETRMAX443 OP_KETRMAX, and if so, to break the loop.
773 case OP_KETRMAX: in internal_dfa_exec()2993 repeat_state_offset = (*end_subpattern == OP_KETRMAX || in internal_dfa_exec()
1974 case OP_KETRMAX: in find_fixedlength()2664 case OP_KETRMAX: in could_be_empty_branch()6275 *ketcode = OP_KETRMAX + repeat_type; in compile_branch()6345 else *ketcode = OP_KETRMAX + repeat_type; in compile_branch()
2060 OP_KETRMAX, /* 121 These two must remain together and in this */ enumerator
1911 case OP_KETRMAX: in match()