Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c247 case OP_ASSERT: in find_minlength()
1122 case OP_ASSERT: in set_start_bits()
H A Dpcre2_printint.c422 case OP_ASSERT: in pcre2_printint()
H A Dpcre2_auto_possess.c642 case OP_ASSERT: in compare_opcodes()
H A Dpcre2_compile.c6489 bravalue = OP_ASSERT; in compile_branch()
6592 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NA) in compile_branch()
6742 else if ((bravalue == OP_ASSERT || bravalue == OP_ASSERT_NA) && in compile_branch()
7168 case OP_ASSERT: in compile_branch()
8425 else if (op == OP_ASSERT || op == OP_ASSERT_NA) in is_anchored()
8563 else if (op == OP_ASSERT || op == OP_ASSERT_NA) in is_startline()
8804 case OP_ASSERT: in find_firstassertedcu()
8809 ((op == OP_ASSERT || op == OP_ASSERT_NA)?1:0)); in find_firstassertedcu()
H A Dpcre2_jit_compile.c930 case OP_ASSERT: in next_opcode()
1793 case OP_ASSERT: in set_private_data_ptrs()
2400 case OP_ASSERT: in get_recurse_data_length()
2749 case OP_ASSERT: in copy_recurse_data()
3043 if (*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) in set_then_offsets()
5493 case OP_ASSERT: in scan_prefix()
9898 SLJIT_ASSERT(opcode >= OP_ASSERT && opcode <= OP_ASSERTBACK_NOT); in compile_assert_matchingpath()
10118 if (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) in compile_assert_matchingpath()
12278 case OP_ASSERT: in compile_matchingpath()
12636 if (*cc == OP_ASSERT || *cc == OP_ASSERTBACK) in compile_assert_backtrackingpath()
[all …]
H A Dpcre2_dfa_match.c2743 case OP_ASSERT: 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()
H A Dpcre2_internal.h1550 OP_ASSERT, /* 126 Positive lookahead */ enumerator
H A Dpcre2_match.c5409 case OP_ASSERT: in match()
5600 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()
5797 case OP_ASSERT: in match()

Completed in 110 milliseconds