Home
last modified time | relevance | path

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

/php-src/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()
1063 case OP_SCOND: in set_start_bits()
H A Dpcre2_printint.c430 case OP_SCOND: in pcre2_printint()
H A Dpcre2_jit_compile.c989 case OP_SCOND: in next_opcode()
1164 case OP_SCOND: in check_opcode_types()
1889 case OP_SCOND: in set_private_data_ptrs()
2512 case OP_SCOND: in get_recurse_data_length()
2861 case OP_SCOND: in copy_recurse_data()
3147 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()
10859 opcode = OP_SCOND; in compile_bracket_matchingpath()
11097 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()
12702 case OP_SCOND: in compile_matchingpath()
13100 opcode = OP_SCOND; in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_internal.h1603 OP_SCOND, /* 144 Conditional group, check empty */ enumerator
H A Dpcre2_compile.c5102 case OP_SCOND: in first_significant_code()
7707 *bracode = OP_SCOND; in compile_branch()
7718 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()
8729 else if (op == OP_COND || op == OP_SCOND) in is_anchored()
H A Dpcre2_match.c5610 case OP_SCOND: in match()
5772 if (Fop == OP_SCOND) in match()
5987 case OP_SCOND: in match()
H A Dpcre2_dfa_match.c2836 case OP_SCOND: in internal_dfa_match()

Completed in 107 milliseconds