Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c250 case OP_ASSERTBACK_NOT: in find_minlength()
1169 case OP_ASSERTBACK_NOT: in set_start_bits()
Dpcre2_printint.c394 case OP_ASSERTBACK_NOT: in pcre2_printint()
Dpcre2_auto_possess.c627 case OP_ASSERTBACK_NOT: in compare_opcodes()
Dpcre2_jit_compile.c928 case OP_ASSERTBACK_NOT: in next_opcode()
1793 case OP_ASSERTBACK_NOT: in set_private_data_ptrs()
2372 case OP_ASSERTBACK_NOT: in get_recurse_data_length()
2698 case OP_ASSERTBACK_NOT: in copy_recurse_data()
5422 case OP_ASSERTBACK_NOT: in scan_prefix()
9667 SLJIT_ASSERT(opcode >= OP_ASSERT && opcode <= OP_ASSERTBACK_NOT); in compile_assert_matchingpath()
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()
10591 …SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT); in compile_bracket_matchingpath()
[all …]
Dpcre2_internal.h1529 OP_ASSERTBACK_NOT, /* 129 Negative lookbehind */ enumerator
Dpcre2_dfa_match.c584 if (*this_start_code == OP_ASSERTBACK || *this_start_code == OP_ASSERTBACK_NOT) in internal_dfa_match()
2689 case OP_ASSERTBACK_NOT: in internal_dfa_match()
Dpcre2_compile.c4748 case OP_ASSERTBACK_NOT: in first_significant_code()
6414 bravalue = OP_ASSERTBACK_NOT; in compile_branch()
7056 case OP_ASSERTBACK_NOT: in compile_branch()
8022 *code == OP_ASSERTBACK_NOT || in compile_regex()
Dpcre2_match.c5237 case OP_ASSERTBACK_NOT: in match()
5613 case OP_ASSERTBACK_NOT: in match()
/external/pcre/dist2/
DHACKING722 OP_ASSERTBACK_NA, and OP_ASSERTBACK_NOT, and the first opcode inside the