Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c122 if (*code >= OP_SBRA && *code <= OP_SCOND) return 0; in find_minlength()
151 case OP_SCOND: in find_minlength()
1058 case OP_SCOND: in set_start_bits()
Dpcre2_printint.c400 case OP_SCOND: in pcre2_printint()
Dpcre2_jit_compile.c834 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in bracketend()
844 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) || (*cc >= OP_ONCE && *cc <= OP_SCOND)); in no_alternatives()
942 case OP_SCOND: in next_opcode()
1115 case OP_SCOND: in check_opcode_types()
1801 case OP_SCOND: in set_private_data_ptrs()
2380 case OP_SCOND: in get_recurse_data_length()
2706 case OP_SCOND: in copy_recurse_data()
2973 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
2982 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NA) || (*cc >= OP_ONCE && *cc <= OP_SCOND)) in set_then_offsets()
10269 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) in compile_bracket_matchingpath()
[all …]
Dpcre2_internal.h1553 OP_SCOND, /* 143 Conditional group, check empty */ enumerator
Dpcre2_compile.c4779 case OP_SCOND: in first_significant_code()
7332 *bracode = OP_SCOND; in compile_branch()
7343 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
8306 else if (op == OP_COND || op == OP_SCOND) in is_anchored()
Dpcre2_match.c5299 case OP_SCOND: in match()
5461 if (Fop == OP_SCOND) in match()
5571 case OP_SCOND: in match()
Dpcre2_dfa_match.c2732 case OP_SCOND: in internal_dfa_match()
/external/pcre/dist2/
DHACKING735 OP_SCOND for one that might match an empty string in an unbounded repeat.
762 immediately follows OP_COND or OP_SCOND. However, if automatic callouts are