Searched refs:OP_ONCE (Results 1 – 9 of 9) sorted by relevance
625 case OP_ONCE: in compare_opcodes()636 case OP_ONCE: in compare_opcodes()661 *next_code != OP_ONCE) return FALSE; in compare_opcodes()
809 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()819 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()904 case OP_ONCE: in next_opcode()1544 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()1572 case OP_ONCE: in set_private_data_ptrs()2149 case OP_ONCE: in get_recurse_data_length()2473 case OP_ONCE: in copy_recurse_data()2754 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()5127 case OP_ONCE: in scan_prefix()10403 else if (opcode == OP_ONCE || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()[all …]
173 case OP_ONCE: in find_minlength()1078 case OP_ONCE: in set_start_bits()
6287 bravalue = OP_ONCE; in compile_branch()6443 if (bravalue >= OP_ONCE) /* Not an assertion */ in compile_branch()6928 case OP_ONCE: in compile_branch()6951 if (op_previous < OP_ONCE) /* Assertion */ in compile_branch()7173 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()7178 if (*bracode == OP_ONCE || *bracode == OP_SCRIPT_RUN) in compile_branch()7483 tempcode[0] = OP_ONCE; in compile_branch()8034 *start_bracket = OP_ONCE; in compile_regex()8186 else if (op == OP_ONCE) in is_anchored()8316 else if (op == OP_ONCE) in is_startline()[all …]
395 case OP_ONCE: in pcre2_printint()
1527 OP_ONCE, /* 130 Atomic group, contains captures */ enumerator
5017 case OP_ONCE: in match()5514 case OP_ONCE: in match()
3023 case OP_ONCE: in internal_dfa_match()
709 These are just like other subpatterns, but they start with the opcode OP_ONCE.779 Repeated recursions used to be wrapped inside OP_ONCE brackets, which not only