Home
last modified time | relevance | path

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

/PHP-7.4/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.c400 case OP_SCOND: in pcre2_printint()
H A Dpcre2_jit_compile.c942 case OP_SCOND: in next_opcode()
1115 case OP_SCOND: in check_opcode_types()
1804 case OP_SCOND: in set_private_data_ptrs()
2383 case OP_SCOND: in get_recurse_data_length()
2709 case OP_SCOND: in copy_recurse_data()
2976 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
10200 opcode = OP_SCOND; in compile_bracket_matchingpath()
10420 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
12005 case OP_SCOND: in compile_matchingpath()
12402 opcode = OP_SCOND; in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_internal.h1553 OP_SCOND, /* 143 Conditional group, check empty */ enumerator
H A Dpcre2_compile.c4778 case OP_SCOND: in first_significant_code()
7331 *bracode = OP_SCOND; in compile_branch()
7342 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
8305 else if (op == OP_COND || op == OP_SCOND) in is_anchored()
H A Dpcre2_match.c5299 case OP_SCOND: in match()
5461 if (Fop == OP_SCOND) in match()
5571 case OP_SCOND: in match()
H A Dpcre2_dfa_match.c2732 case OP_SCOND: in internal_dfa_match()

Completed in 344 milliseconds