Searched refs:OP_SBRA (Results 1 – 7 of 7) sorted by relevance
119 if (*code >= OP_SBRA && *code <= OP_SCOND) return 0; in find_minlength()174 case OP_SBRA: in find_minlength()1070 case OP_SBRA: in set_start_bits()
384 case OP_SBRA: in pcre2_printint()
724 case OP_SBRA: in next_opcode()1379 case OP_SBRA: in set_private_data_ptrs()1955 case OP_SBRA: in get_recurse_data_length()2278 case OP_SBRA: in copy_recurse_data()9041 if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()9188 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()9386 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()10640 case OP_SBRA: in compile_matchingpath()11083 else if (opcode >= OP_SBRA || opcode == OP_ONCE) in compile_bracket_backtrackingpath()11371 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_backtrackingpath()[all …]
1503 OP_SBRA, /* 136 Start of non-capturing bracket, check empty */ enumerator
6897 if (group_return < 0) *bracode += OP_SBRA - OP_BRA; in compile_branch()7844 op == OP_SBRA || op == OP_SBRAPOS) in is_anchored()7982 op == OP_SBRA || op == OP_SBRAPOS) in is_startline()
902 case OP_SBRA: in internal_dfa_match()
5017 case OP_SBRA: in match()
Completed in 142 milliseconds