Searched refs:OP_ONCE_NC (Results 1 – 9 of 9) sorted by relevance
591 case OP_ONCE_NC: in compare_opcodes()603 case OP_ONCE_NC: in compare_opcodes()625 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE; in compare_opcodes()
163 case OP_ONCE_NC: in find_minlength()1028 case OP_ONCE_NC: in set_start_bits()
950 case OP_ONCE_NC: in find_fixedlength()1504 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()5657 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()5663 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()7059 *code = OP_ONCE_NC; in compile_branch()7976 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_anchored()8100 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_startline()8186 case OP_ONCE_NC: in find_firstassertedcu()
396 case OP_ONCE_NC: in pcre2_printint()
1539 OP_ONCE_NC, /* 131 Atomic group containing no captures */ enumerator
678 case OP_ONCE_NC: in next_opcode()1307 …if (repeat_check && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc… in set_private_data_ptrs()1336 case OP_ONCE_NC: in set_private_data_ptrs()1805 case OP_ONCE_NC: in get_private_data_copy_length()1985 case OP_ONCE_NC: in copy_private_data()3585 case OP_ONCE_NC: in scan_prefix()7891 if (SLJIT_UNLIKELY(opcode == OP_ONCE_NC)) in compile_bracket_matchingpath()9543 case OP_ONCE_NC: in compile_matchingpath()9950 if (SLJIT_UNLIKELY(opcode == OP_ONCE_NC)) in compile_bracket_backtrackingpath()10624 case OP_ONCE_NC: in compile_backtrackingpath()
919 case OP_ONCE_NC: in match()947 if (*ecode != OP_ONCE_NC && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match()2005 *prev == OP_ONCE_NC) in match()
2892 case OP_ONCE_NC: in internal_dfa_match()
492 OP_ONCE or OP_ONCE_NC. The former is used when there are no capturing brackets