Searched refs:repeat_type (Results 1 – 2 of 2) sorted by relevance
3865 uint32_t repeat_type, op_type; in compile_branch() local5148 repeat_type = 0; /* Force greedy */ in compile_branch()5154 repeat_type = greedy_non_default; in compile_branch()5157 else repeat_type = greedy_default; in compile_branch()5270 repeat_type += op_type; in compile_branch()5277 if (repeat_max == -1) *code++ = OP_STAR + repeat_type; in compile_branch()5278 else if (repeat_max == 1) *code++ = OP_QUERY + repeat_type; in compile_branch()5281 *code++ = OP_UPTO + repeat_type; in compile_branch()5294 *code++ = OP_PLUS + repeat_type; in compile_branch()5299 *code++ = OP_UPTO + repeat_type; in compile_branch()[all …]
7836 int repeat_type = 0, repeat_count = 0; in compile_bracket_matchingpath() local7867 repeat_type = PRIVATE_DATA(matchingpath + 2); in compile_bracket_matchingpath()7869 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()7870 if (repeat_type == OP_UPTO) in compile_bracket_matchingpath()7872 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()7982 if (repeat_type != 0) in compile_bracket_matchingpath()7985 if (repeat_type == OP_EXACT) in compile_bracket_matchingpath()7995 if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()8229 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()8251 if (repeat_type == OP_MINUPTO) in compile_bracket_matchingpath()[all …]