Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c1742 case OP_ONCE_NC: in find_fixedlength()
2455 c == OP_ONCE || c == OP_ONCE_NC || in could_be_empty_branch()
3135 case OP_ONCE_NC: in compare_opcodes()
3147 case OP_ONCE_NC: in compare_opcodes()
3168 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE; in compare_opcodes()
6167 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) && in compile_branch()
6173 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC) in compile_branch()
7518 *code = OP_ONCE_NC; in compile_branch()
8421 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_anchored()
8539 else if (op == OP_ONCE || op == OP_ONCE_NC) in is_startline()
[all …]
Dpcre_study.c132 case OP_ONCE_NC: in find_minlength()
929 case OP_ONCE_NC: in set_start_bits()
Dpcre_printint.c414 case OP_ONCE_NC: in pcre_printint()
Dpcre_jit_compile.c651 case OP_ONCE_NC: in next_opcode()
1090 if (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND) in set_private_data_ptrs()
1116 case OP_ONCE_NC: in set_private_data_ptrs()
1559 case OP_ONCE_NC: in get_private_data_copy_length()
1736 case OP_ONCE_NC: in copy_private_data()
3282 case OP_ONCE_NC: in scan_prefix()
6996 if (SLJIT_UNLIKELY(opcode == OP_ONCE_NC)) in compile_bracket_matchingpath()
8432 case OP_ONCE_NC: in compile_matchingpath()
8855 if (SLJIT_UNLIKELY(opcode == OP_ONCE_NC)) in compile_bracket_backtrackingpath()
9526 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()
1925 *prev == OP_ONCE_NC) in match()
Dpcre_internal.h2071 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.c2961 case OP_ONCE_NC: in internal_dfa_exec()