Searched refs:OP_ONCE (Results 1 – 9 of 9) sorted by relevance
616 case OP_ONCE: in compare_opcodes()628 case OP_ONCE: in compare_opcodes()653 *next_code != OP_ONCE) return FALSE; in compare_opcodes()
623 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()633 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()718 case OP_ONCE: in next_opcode()1349 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()1377 case OP_ONCE: in set_private_data_ptrs()1953 case OP_ONCE: in get_recurse_data_length()2276 case OP_ONCE: in copy_recurse_data()2556 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()3979 case OP_ONCE: in scan_prefix()9000 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()[all …]
173 case OP_ONCE: in find_minlength()1077 case OP_ONCE: in set_start_bits()
5997 bravalue = OP_ONCE; in compile_branch()6149 if (bravalue >= OP_ONCE) /* Not an assertion */ in compile_branch()6634 case OP_ONCE: in compile_branch()6656 if (op_previous < OP_ONCE) /* Assertion */ in compile_branch()6878 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()6883 if (*bracode == OP_ONCE) *ketcode = OP_KETRMAX + repeat_type; in compile_branch()7187 tempcode[0] = OP_ONCE; in compile_branch()7726 *start_bracket = OP_ONCE; in compile_regex()7878 else if (op == OP_ONCE) in is_anchored()8008 else if (op == OP_ONCE) in is_startline()[all …]
395 case OP_ONCE: in pcre2_printint()
1493 OP_ONCE, /* 130 Atomic group, contains captures */ enumerator
5016 case OP_ONCE: in match()5512 case OP_ONCE: in match()
3016 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