Searched refs:OP_ASSERTBACK (Results 1 – 8 of 8) sorted by relevance
249 case OP_ASSERTBACK: in find_minlength()1168 case OP_ASSERTBACK: in set_start_bits()
424 case OP_ASSERTBACK: in pcre2_printint()
584 if (*this_start_code == OP_ASSERTBACK || *this_start_code == OP_ASSERTBACK_NOT) in internal_dfa_match()2745 case OP_ASSERTBACK: in internal_dfa_match()2782 if ((rc >= 0) == (codevalue == OP_ASSERT || codevalue == OP_ASSERTBACK)) in internal_dfa_match()2882 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_match()
644 case OP_ASSERTBACK: in compare_opcodes()
932 case OP_ASSERTBACK: in next_opcode()1166 case OP_ASSERTBACK: in check_opcode_types()1795 case OP_ASSERTBACK: in set_private_data_ptrs()2402 case OP_ASSERTBACK: in get_recurse_data_length()2751 case OP_ASSERTBACK: in copy_recurse_data()5495 case OP_ASSERTBACK: in scan_prefix()9899 found = (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) ? &tmp : target; in compile_assert_matchingpath()10118 if (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) in compile_assert_matchingpath()12280 case OP_ASSERTBACK: in compile_matchingpath()12636 if (*cc == OP_ASSERT || *cc == OP_ASSERTBACK) in compile_assert_backtrackingpath()[all …]
1552 OP_ASSERTBACK, /* 128 Positive lookbehind */ enumerator
4855 case OP_ASSERTBACK: in first_significant_code()6520 bravalue = OP_ASSERTBACK; in compile_branch()7171 case OP_ASSERTBACK: in compile_branch()8147 lookbehind = *code == OP_ASSERTBACK || in compile_regex()
5410 case OP_ASSERTBACK: in match()5600 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()5798 case OP_ASSERTBACK: in match()
Completed in 122 milliseconds