Searched refs:OP_SCBRA (Results 1 – 9 of 9) sorted by relevance
96 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
182 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()
375 case OP_SCBRA: in pcre2_printint()
910 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()
421 ((*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()
686 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 …]
1551 OP_SCBRA, /* 139 Start of capturing bracket, check empty */ enumerator
1003 case OP_SCBRA: in match()2022 if (*prev == OP_CBRA || *prev == OP_SCBRA || in match()
473 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher484 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum