Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c119 if (*code >= OP_SBRA && *code <= OP_SCOND) return 0; in find_minlength()
144 case OP_SCOND: in find_minlength()
1015 case OP_SCOND: in set_start_bits()
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()
728 case OP_SCOND: in next_opcode()
885 case OP_SCOND: in check_opcode_types()
1381 case OP_SCOND: in set_private_data_ptrs()
1957 case OP_SCOND: in get_recurse_data_length()
2280 case OP_SCOND: in copy_recurse_data()
2547 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
2556 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
8973 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) in compile_bracket_matchingpath()
[all …]
Dpcre2_printint.c397 case OP_SCOND: in pcre2_printint()
Dpcre2_internal.h1507 OP_SCOND, /* 140 Conditional group, check empty */ enumerator
Dpcre2_compile.c4417 case OP_SCOND: in first_significant_code()
6899 *bracode = OP_SCOND; in compile_branch()
6910 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
7869 else if (op == OP_COND || op == OP_SCOND) in is_anchored()
Dpcre2_match.c5223 case OP_SCOND: in match()
5385 if (Fop == OP_SCOND) in match()
5494 case OP_SCOND: in match()
Dpcre2_dfa_match.c2718 case OP_SCOND: in internal_dfa_match()
/external/pcre/dist2/
DHACKING731 OP_SCOND for one that might match an empty string in an unbounded repeat.
758 follows OP_COND or OP_SCOND. However, if automatic callouts are enabled, a