Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c236 case OP_ASSERT: in find_minlength()
1078 case OP_ASSERT: in set_start_bits()
Dpcre2_compile.c5961 bravalue = OP_ASSERT; in compile_branch()
6050 if (bravalue >= OP_ASSERT && bravalue <= OP_ASSERTBACK_NOT) in compile_branch()
6200 else if (bravalue == OP_ASSERT && subreqcuflags >= 0 && in compile_branch()
6630 case OP_ASSERT: in compile_branch()
7862 else if (op == OP_ASSERT) in is_anchored()
8000 else if (op == OP_ASSERT) in is_startline()
8241 case OP_ASSERT: in find_firstassertedcu()
8243 d = find_firstassertedcu(scode, &dflags, inassert + ((op==OP_ASSERT)?1:0)); in find_firstassertedcu()
Dpcre2_jit_compile.c623 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()
633 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
714 case OP_ASSERT: in next_opcode()
1373 case OP_ASSERT: in set_private_data_ptrs()
1949 case OP_ASSERT: in get_recurse_data_length()
2272 case OP_ASSERT: in copy_recurse_data()
2544 if (*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) in set_then_offsets()
2556 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
3925 case OP_ASSERT: in scan_prefix()
8408 SLJIT_ASSERT(opcode >= OP_ASSERT && opcode <= OP_ASSERTBACK_NOT); in compile_assert_matchingpath()
[all …]
Dpcre2_printint.c391 case OP_ASSERT: in pcre2_printint()
Dpcre2_auto_possess.c612 case OP_ASSERT: in compare_opcodes()
Dpcre2_dfa_match.c2672 case OP_ASSERT: in internal_dfa_match()
2711 if ((rc >= 0) == (codevalue == OP_ASSERT || codevalue == OP_ASSERTBACK)) in internal_dfa_match()
2811 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_match()
Dpcre2_internal.h1483 OP_ASSERT, /* 126 Positive lookahead */ enumerator
Dpcre2_match.c5126 case OP_ASSERT: in match()
5315 Lpositive = (*Fecode == OP_ASSERT || *Fecode == OP_ASSERTBACK); in match()
5501 case OP_ASSERT: in match()
/external/pcre/dist2/
DHACKING718 of the opcodes OP_ASSERT or OP_ASSERT_NOT. Backward assertions use the opcodes