Searched refs:OP_ONCE_NC (Results 1 – 7 of 7) sorted by relevance
1761 case OP_ONCE_NC: in find_fixedlength()2506 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()3189 case OP_ONCE_NC: in compare_opcodes()3201 case OP_ONCE_NC: in compare_opcodes()3223 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE; in compare_opcodes()6266 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()6272 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()7725 *code = OP_ONCE_NC; in compile_branch()8635 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_anchored()8754 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_startline()[all …]
135 case OP_ONCE_NC: in find_minlength()969 case OP_ONCE_NC: in set_start_bits()
412 case OP_ONCE_NC: in pcre_printint()
647 case OP_ONCE_NC: in next_opcode()1077 …if (repeat_check && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc… in set_private_data_ptrs()1106 case OP_ONCE_NC: in set_private_data_ptrs()1572 case OP_ONCE_NC: in get_private_data_copy_length()1752 case OP_ONCE_NC: in copy_private_data()3338 case OP_ONCE_NC: in scan_prefix()7048 if (SLJIT_UNLIKELY(opcode == OP_ONCE_NC)) in compile_bracket_matchingpath()8490 case OP_ONCE_NC: in compile_matchingpath()8913 if (SLJIT_UNLIKELY(opcode == OP_ONCE_NC)) in compile_bracket_backtrackingpath()9585 case OP_ONCE_NC: in compile_backtrackingpath()
871 case OP_ONCE_NC: in match()899 if (*ecode != OP_ONCE_NC && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match()1930 *prev == OP_ONCE_NC) in match()
2079 OP_ONCE_NC, /* 130 Atomic group containing no captures */ enumerator
460 OP_ONCE or OP_ONCE_NC. The former is used when there are no capturing brackets
Completed in 88 milliseconds