Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c248 case OP_ASSERT_NOT: in find_minlength()
1167 case OP_ASSERT_NOT: in set_start_bits()
Dpcre2_printint.c392 case OP_ASSERT_NOT: in pcre2_printint()
Dpcre2_auto_possess.c625 case OP_ASSERT_NOT: in compare_opcodes()
Dpcre2_internal.h1527 OP_ASSERT_NOT, /* 127 Negative lookahead */ enumerator
Dpcre2_jit_compile.c926 case OP_ASSERT_NOT: in next_opcode()
1791 case OP_ASSERT_NOT: in set_private_data_ptrs()
2370 case OP_ASSERT_NOT: in get_recurse_data_length()
2696 case OP_ASSERT_NOT: in copy_recurse_data()
5420 case OP_ASSERT_NOT: in scan_prefix()
9733 if (conditional || (opcode == OP_ASSERT_NOT || opcode == OP_ASSERTBACK_NOT)) in compile_assert_matchingpath()
9789 if ((opcode != OP_ASSERT_NOT && opcode != OP_ASSERTBACK_NOT) || conditional) in compile_assert_matchingpath()
9806 if (opcode == OP_ASSERT_NOT || opcode == OP_ASSERTBACK_NOT) in compile_assert_matchingpath()
12048 case OP_ASSERT_NOT: in compile_matchingpath()
12394 if (*cc == OP_ASSERT_NOT || *cc == OP_ASSERTBACK_NOT) in compile_assert_backtrackingpath()
[all …]
Dpcre2_compile.c4746 case OP_ASSERT_NOT: in first_significant_code()
6402 bravalue = OP_ASSERT_NOT; in compile_branch()
7053 case OP_ASSERT_NOT: in compile_branch()
Dpcre2_match.c5236 case OP_ASSERT_NOT: in match()
5612 case OP_ASSERT_NOT: in match()
Dpcre2_dfa_match.c2687 case OP_ASSERT_NOT: in internal_dfa_match()
/external/pcre/dist2/
DHACKING721 OP_ASSERT_NOT. Backward assertions use the opcodes OP_ASSERTBACK,