Home
last modified time | relevance | path

Searched refs:OP_SCBRA (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_find_bracket.c96 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
Dpcre2_study.c182 case OP_SCBRA: in find_minlength()
890 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
1022 case OP_SCBRA: in set_start_bits()
Dpcre2_printint.c375 case OP_SCBRA: in pcre2_printint()
Dpcre2_compile.c910 if (*code == OP_CBRA || *code == OP_CBRAPOS || *code == OP_SCBRA || in find_fixedlength()
1230 case OP_SCBRA: in find_fixedlength()
1493 c == OP_SCBRA || c == OP_SCBRAPOS) in could_be_empty_branch()
7960 op == OP_SCBRA || op == OP_SCBRAPOS) in is_anchored()
8084 op == OP_SCBRA || op == OP_SCBRAPOS) in is_startline()
8168 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedcu()
8181 case OP_SCBRA: in find_firstassertedcu()
Dpcre2_dfa_match.c421 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_match()
520 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_match()
772 case OP_SCBRA: in internal_dfa_match()
Dpcre2_jit_compile.c686 case OP_SCBRA: in next_opcode()
1369 case OP_SCBRA: in set_private_data_ptrs()
1553 case OP_SCBRA: in get_framesize()
1745 case OP_SCBRA: in init_frame()
1816 case OP_SCBRA: in get_private_data_copy_length()
1997 case OP_SCBRA: in copy_private_data()
7894 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
8078 else if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
9548 case OP_SCBRA: in compile_matchingpath()
9946 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_backtrackingpath()
[all …]
Dpcre2_internal.h1551 OP_SCBRA, /* 139 Start of capturing bracket, check empty */ enumerator
Dpcre2_match.c1003 case OP_SCBRA: in match()
2022 if (*prev == OP_CBRA || *prev == OP_SCBRA || in match()
/external/pcre/dist2/
DHACKING473 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher
484 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum