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.c237 case OP_ASSERT_NOT: in find_minlength()
1118 case OP_ASSERT_NOT: in set_start_bits()
Dpcre2_printint.c392 case OP_ASSERT_NOT: in pcre2_printint()
Dpcre2_auto_possess.c613 case OP_ASSERT_NOT: in compare_opcodes()
Dpcre2_jit_compile.c715 case OP_ASSERT_NOT: in next_opcode()
1374 case OP_ASSERT_NOT: in set_private_data_ptrs()
1950 case OP_ASSERT_NOT: in get_recurse_data_length()
2273 case OP_ASSERT_NOT: in copy_recurse_data()
3926 case OP_ASSERT_NOT: in scan_prefix()
8474 if (conditional || (opcode == OP_ASSERT_NOT || opcode == OP_ASSERTBACK_NOT)) in compile_assert_matchingpath()
8530 if ((opcode != OP_ASSERT_NOT && opcode != OP_ASSERTBACK_NOT) || conditional) in compile_assert_matchingpath()
8547 if (opcode == OP_ASSERT_NOT || opcode == OP_ASSERTBACK_NOT) in compile_assert_matchingpath()
10611 case OP_ASSERT_NOT: in compile_matchingpath()
10953 if (*cc == OP_ASSERT_NOT || *cc == OP_ASSERTBACK_NOT) in compile_assert_backtrackingpath()
[all …]
Dpcre2_internal.h1484 OP_ASSERT_NOT, /* 127 Negative lookahead */ enumerator
Dpcre2_compile.c4385 case OP_ASSERT_NOT: in first_significant_code()
5980 bravalue = OP_ASSERT_NOT; in compile_branch()
6631 case OP_ASSERT_NOT: in compile_branch()
Dpcre2_match.c5160 case OP_ASSERT_NOT: in match()
5525 case OP_ASSERT_NOT: in match()
Dpcre2_dfa_match.c2673 case OP_ASSERT_NOT: in internal_dfa_match()
/external/pcre/dist2/
DHACKING718 of the opcodes OP_ASSERT or OP_ASSERT_NOT. Backward assertions use the opcodes