Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
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_printint.c423 case OP_ASSERTBACK: in pcre2_printint()
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_auto_possess.c651 case OP_ASSERTBACK: in compare_opcodes()
H A Dpcre2_jit_compile.c974 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()
10466 if (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) in compile_assert_matchingpath()
12669 case OP_ASSERTBACK: in compile_matchingpath()
13025 if (*cc == OP_ASSERT || *cc == OP_ASSERTBACK) in compile_assert_backtrackingpath()
13286 if (opcode == OP_ASSERTBACK || opcode == OP_ASSERTBACK_NA) in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_internal.h1578 OP_ASSERTBACK, /* 129 Positive lookbehind */ enumerator
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_match.c5512 case OP_ASSERTBACK: in match()
5702 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()
6008 case OP_ASSERTBACK: in match()

Completed in 87 milliseconds