Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A 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()
H A Dpcre2_printint.c431 case OP_SCOND: in pcre2_printint()
H A Dpcre2_jit_compile.c947 case OP_SCOND: in next_opcode()
1120 case OP_SCOND: in check_opcode_types()
1804 case OP_SCOND: in set_private_data_ptrs()
2411 case OP_SCOND: in get_recurse_data_length()
2760 case OP_SCOND: in copy_recurse_data()
3046 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
10508 opcode = OP_SCOND; in compile_bracket_matchingpath()
10728 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
12313 case OP_SCOND: in compile_matchingpath()
12710 opcode = OP_SCOND; in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_internal.h1577 OP_SCOND, /* 143 Conditional group, check empty */ enumerator
H A Dpcre2_compile.c4887 case OP_SCOND: in first_significant_code()
7448 *bracode = OP_SCOND; in compile_branch()
7459 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
8432 else if (op == OP_COND || op == OP_SCOND) in is_anchored()
H A Dpcre2_match.c5508 case OP_SCOND: in match()
5670 if (Fop == OP_SCOND) in match()
5780 case OP_SCOND: in match()
H A Dpcre2_dfa_match.c2789 case OP_SCOND: in internal_dfa_match()

Completed in 104 milliseconds