Searched refs:OP_ASSERTBACK (Results 1 – 9 of 9) sorted by relevance
239 case OP_ASSERTBACK: in find_minlength()1121 case OP_ASSERTBACK: in set_start_bits()
579 if (*this_start_code == OP_ASSERTBACK || *this_start_code == OP_ASSERTBACK_NOT) in internal_dfa_match()2681 case OP_ASSERTBACK: in internal_dfa_match()2718 if ((rc >= 0) == (codevalue == OP_ASSERT || codevalue == OP_ASSERTBACK)) in internal_dfa_match()2818 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_match()
393 case OP_ASSERTBACK: in pcre2_printint()
623 case OP_ASSERTBACK: in compare_opcodes()
902 case OP_ASSERTBACK: in next_opcode()1126 case OP_ASSERTBACK: in check_opcode_types()1570 case OP_ASSERTBACK: in set_private_data_ptrs()2147 case OP_ASSERTBACK: in get_recurse_data_length()2471 case OP_ASSERTBACK: in copy_recurse_data()5075 case OP_ASSERTBACK: in scan_prefix()9776 found = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) ? &tmp : target; in compile_assert_matchingpath()9850 common->in_positive_assertion = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK); in compile_assert_matchingpath()9995 if (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) in compile_assert_matchingpath()12017 case OP_ASSERTBACK: in compile_matchingpath()[all …]
1519 OP_ASSERTBACK, /* 128 Positive lookbehind */ enumerator
4662 case OP_ASSERTBACK: in first_significant_code()6277 bravalue = OP_ASSERTBACK; in compile_branch()6926 case OP_ASSERTBACK: in compile_branch()7877 lookbehind = *code == OP_ASSERTBACK || *code == OP_ASSERTBACK_NOT; in compile_regex()
5129 case OP_ASSERTBACK: in match()5317 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()5504 case OP_ASSERTBACK: in match()
719 OP_ASSERTBACK and OP_ASSERTBACK_NOT, and the first opcode inside the assertion