Home
last modified time | relevance | path

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

/aosp_15_r20/external/pcre/src/
H A Dpcre2_study.c249 case OP_ASSERTBACK: in find_minlength()
1133 case OP_ASSERTBACK: in set_start_bits()
1258 case OP_ASSERTBACK: in set_start_bits()
H A Dpcre2_dfa_match.c586 if (*this_start_code == OP_ASSERTBACK || *this_start_code == OP_ASSERTBACK_NOT) in internal_dfa_match()
2792 case OP_ASSERTBACK: in internal_dfa_match()
2829 if ((rc >= 0) == (codevalue == OP_ASSERT || codevalue == OP_ASSERTBACK)) in internal_dfa_match()
2929 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_match()
H A Dpcre2_printint.c423 case OP_ASSERTBACK: in pcre2_printint()
H A Dpcre2_jit_compile.c888 SLJIT_ASSERT(*cc == OP_ASSERTBACK || *cc == OP_ASSERTBACK_NOT || *cc == OP_ASSERTBACK_NA); in find_vreverse()
974 case OP_ASSERTBACK: in next_opcode()
1210 case OP_ASSERTBACK: in check_opcode_types()
1881 case OP_ASSERTBACK: in set_private_data_ptrs()
2503 case OP_ASSERTBACK: in get_recurse_data_length()
2852 case OP_ASSERTBACK: in copy_recurse_data()
5649 case OP_ASSERTBACK: in scan_prefix()
10208 found = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) ? &tmp : target; in compile_assert_matchingpath()
10220 if ((opcode == OP_ASSERTBACK || opcode == OP_ASSERTBACK_NOT) && find_vreverse(ccbegin)) in compile_assert_matchingpath()
10294 common->in_positive_assertion = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK); in compile_assert_matchingpath()
[all …]
H A Dpcre2_auto_possess.c651 case OP_ASSERTBACK: in compare_opcodes()
H A Dpcre2_compile.c5068 case OP_ASSERTBACK: in first_significant_code()
6784 bravalue = OP_ASSERTBACK; in compile_branch()
7434 case OP_ASSERTBACK: in compile_branch()
8430 lookbehind = *code == OP_ASSERTBACK || in compile_regex()
H A Dpcre2_internal.h1578 OP_ASSERTBACK, /* 129 Positive lookbehind */ enumerator
H A Dpcre2_match.c5512 case OP_ASSERTBACK: in match()
5702 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()
6008 case OP_ASSERTBACK: in match()
/aosp_15_r20/external/pcre/
H A DHACKING735 Backward assertions use the opcodes OP_ASSERTBACK, OP_ASSERTBACK_NA, and