Lines Matching refs:OP_ONCE

834 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) || (*cc >= OP_ONCE && *cc <= OP_SCOND));  in bracketend()
844 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
931 case OP_ONCE: in next_opcode()
1248 SLJIT_ASSERT(*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA); in detect_early_fail()
1476 case OP_ONCE: in detect_early_fail()
1769 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()
1799 case OP_ONCE: in set_private_data_ptrs()
2378 case OP_ONCE: in get_recurse_data_length()
2704 case OP_ONCE: in copy_recurse_data()
2985 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
5471 case OP_ONCE: in scan_prefix()
10219 else if (opcode == OP_ASSERT_NA || opcode == OP_ASSERTBACK_NA || opcode == OP_ONCE || opcode == OP_… in compile_bracket_matchingpath()
10225 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
10258 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
10266 if (opcode != OP_ONCE || BACKTRACK_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_matchingpath()
10305 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
10533 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
10555 if (has_alternatives && opcode != OP_ONCE) in compile_bracket_matchingpath()
10591 if (opcode != OP_ONCE) in compile_bracket_matchingpath()
10618 if (opcode != OP_ONCE) in compile_bracket_matchingpath()
10627 if (opcode != OP_ONCE) in compile_bracket_matchingpath()
10671 if (opcode == OP_ONCE && BACKTRACK_AS(bracket_backtrack)->u.framesize >= 0) in compile_bracket_matchingpath()
10677 else if (ket == OP_KETRMIN && opcode != OP_ONCE) in compile_bracket_matchingpath()
10688 if (opcode == OP_ONCE) in compile_bracket_matchingpath()
11998 case OP_ONCE: in compile_matchingpath()
12407 if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
12443 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
12446 else if (opcode >= OP_SBRA || opcode == OP_ONCE) in compile_bracket_backtrackingpath()
12449 if (opcode != OP_ONCE || CURRENT_AS(bracket_backtrack)->u.framesize < 0) in compile_bracket_backtrackingpath()
12457 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
12502 if (SLJIT_UNLIKELY(opcode == OP_ONCE)) in compile_bracket_backtrackingpath()
12588 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
12611 if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
12630 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
12656 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
12673 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
12742 else if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
12802 if (opcode != OP_ONCE) in compile_bracket_backtrackingpath()
12805 if (opcode == OP_ONCE) in compile_bracket_backtrackingpath()
13087 case OP_ONCE: in compile_backtrackingpath()