Searched refs:OP_SBRA (Results 1 – 6 of 6) sorted by relevance
125 case OP_SBRA: in find_minlength()856 case OP_SBRA: in set_start_bits()
972 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()1048 case OP_SBRA: in match()1053 if (op >= OP_SBRA || op == OP_ONCE) in match()1152 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()1224 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()1792 cbegroup = (*callpat >= OP_SBRA); in match()1899 if (*prev >= OP_SBRA || *prev == OP_ONCE) in match()2029 if (*prev >= OP_SBRA) /* Could match an empty string */ in match()
2012 case OP_SBRA: in find_fixedlength()2437 if (c == OP_SBRA || c == OP_SBRAPOS || in could_be_empty_branch()5420 *bracode += OP_SBRA - OP_BRA; in compile_branch()7444 op == OP_SBRA || op == OP_SBRAPOS) in is_anchored()7562 op == OP_SBRA || op == OP_SBRAPOS) in is_startline()
251 case OP_SBRA:
2077 OP_SBRA, /* 130 Start of non-capturing bracket, check empty */ enumerator
396 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher
Completed in 50 milliseconds