Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c4416 case OP_COND: in first_significant_code()
5809 bravalue = OP_COND; in compile_branch()
5909 bravalue = OP_COND; in compile_branch()
5918 bravalue = OP_COND; in compile_branch()
5937 bravalue = OP_COND; in compile_branch()
5952 bravalue = OP_COND; in compile_branch()
6045 if (note_group_empty && bravalue != OP_COND && group_return > 0) in compile_branch()
6062 if (bravalue == OP_COND && lengthptr == NULL) in compile_branch()
6637 case OP_COND: in compile_branch()
6647 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()
[all …]
Dpcre2_study.c143 case OP_COND: in find_minlength()
961 case OP_COND: in set_start_bits()
Dpcre2_printint.c396 case OP_COND: in pcre2_printint()
Dpcre2_jit_compile.c723 case OP_COND: in next_opcode()
884 case OP_COND: in check_opcode_types()
1349 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()
1394 case OP_COND: in set_private_data_ptrs()
1981 case OP_COND: in get_recurse_data_length()
2328 case OP_COND: in copy_recurse_data()
2547 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
8973 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) in compile_bracket_matchingpath()
8980 if (SLJIT_UNLIKELY(opcode == OP_COND) && (*cc == OP_KETRMAX || *cc == OP_KETRMIN)) in compile_bracket_matchingpath()
9204 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
[all …]
Dpcre2_internal.h1498 OP_COND, /* 135 Conditional group */ enumerator
Dpcre2_match.c5222 case OP_COND: in match()
5459 if (*bracode != OP_BRA && *bracode != OP_COND) in match()
5493 case OP_COND: in match()
Dpcre2_dfa_match.c2717 case OP_COND: in internal_dfa_match()
/external/pcre/dist2/
DHACKING730 These are like other subpatterns, but they start with the opcode OP_COND, or
758 follows OP_COND or OP_SCOND. However, if automatic callouts are enabled, a