Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c1763 case OP_ONCE_NC: in find_fixedlength()
2508 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()
3191 case OP_ONCE_NC: in compare_opcodes()
3203 case OP_ONCE_NC: in compare_opcodes()
3225 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE; in compare_opcodes()
6268 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6274 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
7722 *code = OP_ONCE_NC; in compile_branch()
8632 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_anchored()
8751 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_startline()
[all …]
Dpcre_study.c137 case OP_ONCE_NC: in find_minlength()
971 case OP_ONCE_NC: in set_start_bits()
Dpcre_printint.c414 case OP_ONCE_NC: in pcre_printint()
Dpcre_jit_compile.c647 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()
Dpcre_exec.c873 case OP_ONCE_NC: in match()
901 if (*ecode != OP_ONCE_NC && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match()
1932 *prev == OP_ONCE_NC) in match()
Dpcre_internal.h2079 OP_ONCE_NC, /* 130 Atomic group containing no captures */ enumerator
DHACKING460 OP_ONCE or OP_ONCE_NC. The former is used when there are no capturing brackets
Dpcre_dfa_exec.c2962 case OP_ONCE_NC: in internal_dfa_exec()