Home
last modified time | relevance | path

Searched refs:OP_SBRA (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()
182 case OP_SBRA: in find_minlength()
1113 case OP_SBRA: in set_start_bits()
H A Dpcre2_printint.c384 case OP_SBRA: in pcre2_printint()
H A Dpcre2_internal.h1549 OP_SBRA, /* 139 Start of non-capturing bracket, check empty */ enumerator
H A Dpcre2_jit_compile.c938 case OP_SBRA: in next_opcode()
1802 case OP_SBRA: in set_private_data_ptrs()
2381 case OP_SBRA: in get_recurse_data_length()
2707 case OP_SBRA: in copy_recurse_data()
10258 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
10300 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
10404 …NA || opcode == OP_ASSERTBACK_NA || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_S… in compile_bracket_matchingpath()
10621 else if (opcode < OP_BRA || opcode >= OP_SBRA) in compile_bracket_matchingpath()
12003 case OP_SBRA: in compile_matchingpath()
12446 else if (opcode >= OP_SBRA || opcode == OP_ONCE) in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_compile.c7329 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()
8280 op == OP_SBRA || op == OP_SBRAPOS) in is_anchored()
8418 op == OP_SBRA || op == OP_SBRAPOS) in is_startline()
H A Dpcre2_dfa_match.c914 case OP_SBRA: in internal_dfa_match()
H A Dpcre2_match.c5091 case OP_SBRA: in match()

Completed in 91 milliseconds