Searched refs:OP_SBRA (Results 1 – 8 of 8) sorted by relevance
119 if (*code >= OP_SBRA && *code <= OP_SCOND) return 0; in find_minlength()175 case OP_SBRA: in find_minlength()1071 case OP_SBRA: in set_start_bits()
384 case OP_SBRA: in pcre2_printint()
911 case OP_SBRA: in next_opcode()1575 case OP_SBRA: in set_private_data_ptrs()2152 case OP_SBRA: in get_recurse_data_length()2476 case OP_SBRA: in copy_recurse_data()10403 else if (opcode == OP_ONCE || opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()10442 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()10484 if (has_alternatives && opcode >= OP_BRA && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()10588 else if (opcode == OP_SCRIPT_RUN || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()10789 else if (opcode < OP_BRA || opcode >= OP_SBRA) in compile_bracket_matchingpath()12046 case OP_SBRA: in compile_matchingpath()[all …]
1538 OP_SBRA, /* 137 Start of non-capturing bracket, check empty */ enumerator
7193 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()8152 op == OP_SBRA || op == OP_SBRAPOS) in is_anchored()8290 op == OP_SBRA || op == OP_SBRAPOS) in is_startline()
909 case OP_SBRA: in internal_dfa_match()
5019 case OP_SBRA: in match()
691 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher