Home
last modified time | relevance | path

Searched refs:OP_SBRA (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_study.c119 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()
Dpcre2_printint.c384 case OP_SBRA: in pcre2_printint()
Dpcre2_jit_compile.c724 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()
9000 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
9041 if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
9084 if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA && repeat_type == 0) 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()
[all …]
Dpcre2_internal.h1503 OP_SBRA, /* 136 Start of non-capturing bracket, check empty */ enumerator
Dpcre2_compile.c6897 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()
Dpcre2_dfa_match.c902 case OP_SBRA: in internal_dfa_match()
Dpcre2_match.c5017 case OP_SBRA: in match()
/external/pcre/dist2/
DHACKING691 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher