Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A 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()
H A Dpcre2_jit_compile.c728 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()
8981 opcode = OP_SCOND; in compile_bracket_matchingpath()
9204 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
10642 case OP_SCOND: in compile_matchingpath()
11039 opcode = OP_SCOND; in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_printint.c397 case OP_SCOND: in pcre2_printint()
H A Dpcre2_internal.h1507 OP_SCOND, /* 140 Conditional group, check empty */ enumerator
H A 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()
H A Dpcre2_match.c5223 case OP_SCOND: in match()
5385 if (Fop == OP_SCOND) in match()
5494 case OP_SCOND: in match()
H A Dpcre2_dfa_match.c2718 case OP_SCOND: in internal_dfa_match()

Completed in 89 milliseconds