Searched refs:OP_ASSERTBACK (Results 1 – 9 of 9) sorted by relevance
249 case OP_ASSERTBACK: in find_minlength()1168 case OP_ASSERTBACK: in set_start_bits()
393 case OP_ASSERTBACK: in pcre2_printint()
584 if (*this_start_code == OP_ASSERTBACK || *this_start_code == OP_ASSERTBACK_NOT) in internal_dfa_match()2688 case OP_ASSERTBACK: in internal_dfa_match()2725 if ((rc >= 0) == (codevalue == OP_ASSERT || codevalue == OP_ASSERTBACK)) in internal_dfa_match()2825 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_match()
626 case OP_ASSERTBACK: in compare_opcodes()
927 case OP_ASSERTBACK: in next_opcode()1161 case OP_ASSERTBACK: in check_opcode_types()1792 case OP_ASSERTBACK: in set_private_data_ptrs()2371 case OP_ASSERTBACK: in get_recurse_data_length()2697 case OP_ASSERTBACK: in copy_recurse_data()5421 case OP_ASSERTBACK: in scan_prefix()9668 found = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) ? &tmp : target; in compile_assert_matchingpath()9742 common->in_positive_assertion = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK); in compile_assert_matchingpath()9887 if (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) in compile_assert_matchingpath()12049 case OP_ASSERTBACK: in compile_matchingpath()[all …]
1528 OP_ASSERTBACK, /* 128 Positive lookbehind */ enumerator
4747 case OP_ASSERTBACK: in first_significant_code()6409 bravalue = OP_ASSERTBACK; in compile_branch()7055 case OP_ASSERTBACK: in compile_branch()8021 lookbehind = *code == OP_ASSERTBACK || in compile_regex()
5201 case OP_ASSERTBACK: in match()5391 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()5589 case OP_ASSERTBACK: in match()
721 OP_ASSERT_NOT. Backward assertions use the opcodes OP_ASSERTBACK,