Home
last modified time | relevance | path

Searched refs:OP_ONCE_NC (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c591 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()
Dpcre2_study.c163 case OP_ONCE_NC: in find_minlength()
1028 case OP_ONCE_NC: in set_start_bits()
Dpcre2_compile.c950 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()
Dpcre2_printint.c396 case OP_ONCE_NC: in pcre2_printint()
Dpcre2_internal.h1539 OP_ONCE_NC, /* 131 Atomic group containing no captures */ enumerator
Dpcre2_jit_compile.c678 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()
Dpcre2_match.c919 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()
Dpcre2_dfa_match.c2892 case OP_ONCE_NC: in internal_dfa_match()
/external/pcre/dist2/
DHACKING492 OP_ONCE or OP_ONCE_NC. The former is used when there are no capturing brackets