Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c624 case OP_ASSERT: in compare_opcodes()
H A Dpcre2_compile.c6377 bravalue = OP_ASSERT; in compile_branch()
6480 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NA) in compile_branch()
6630 else if ((bravalue == OP_ASSERT || bravalue == OP_ASSERT_NA) && in compile_branch()
7051 case OP_ASSERT: in compile_branch()
8298 else if (op == OP_ASSERT || op == OP_ASSERT_NA) in is_anchored()
8436 else if (op == OP_ASSERT || op == OP_ASSERT_NA) in is_startline()
8677 case OP_ASSERT: in find_firstassertedcu()
8682 ((op == OP_ASSERT || op == OP_ASSERT_NA)?1:0)); in find_firstassertedcu()
H A Dpcre2_dfa_match.c2686 case OP_ASSERT: 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()
H A Dpcre2_internal.h1526 OP_ASSERT, /* 126 Positive lookahead */ enumerator
H A Dpcre2_jit_compile.c925 case OP_ASSERT: in next_opcode()
1793 case OP_ASSERT: in set_private_data_ptrs()
2372 case OP_ASSERT: in get_recurse_data_length()
2698 case OP_ASSERT: in copy_recurse_data()
2973 if (*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) in set_then_offsets()
5415 case OP_ASSERT: in scan_prefix()
9590 SLJIT_ASSERT(opcode >= OP_ASSERT && opcode <= OP_ASSERTBACK_NOT); in compile_assert_matchingpath()
9810 if (opcode == OP_ASSERT || opcode == OP_ASSERTBACK) in compile_assert_matchingpath()
11970 case OP_ASSERT: in compile_matchingpath()
12328 if (*cc == OP_ASSERT || *cc == OP_ASSERTBACK) in compile_assert_backtrackingpath()
[all …]
H A Dpcre2_match.c5200 case OP_ASSERT: in match()
5391 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()
5588 case OP_ASSERT: in match()
H A Dpcre2_printint.c391 case OP_ASSERT: in pcre2_printint()
H A Dpcre2_study.c247 case OP_ASSERT: in find_minlength()
1122 case OP_ASSERT: in set_start_bits()

Completed in 102 milliseconds