Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c109 if (*code >= OP_SBRA && *code <= OP_SCOND) return 0; in find_minlength()
134 case OP_SCOND: in find_minlength()
972 case OP_SCOND: in set_start_bits()
Dpcre2_jit_compile.c582 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()
592 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
688 case OP_SCOND: in next_opcode()
844 case OP_SCOND: in check_opcode_types()
1340 case OP_SCOND: in set_private_data_ptrs()
1809 case OP_SCOND: in get_private_data_copy_length()
1989 case OP_SCOND: in copy_private_data()
2235 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
2244 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
7882 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) in compile_bracket_matchingpath()
[all …]
Dpcre2_printint.c398 case OP_SCOND: in pcre2_printint()
Dpcre2_compile.c1232 case OP_SCOND: in find_fixedlength()
1379 if (*code >= OP_SBRA && *code <= OP_SCOND) return CBE_EMPTY; in could_be_empty_branch()
1505 c == OP_COND || c == OP_SCOND) in could_be_empty_branch()
5700 *bracode = OP_SCOND; in compile_branch()
5711 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
Dpcre2_internal.h1553 OP_SCOND, /* 141 Conditional group, check empty */ enumerator
Dpcre2_match.c1300 case OP_SCOND: in match()
1469 if (op != OP_SCOND) in match()
Dpcre2_dfa_match.c2602 case OP_SCOND: in internal_dfa_match()
/external/pcre/dist2/
DHACKING521 OP_SCOND for one that might match an empty string in an unbounded repeat.
548 or OP_SCOND. However, if automatic callouts are enabled, a callout is inserted