Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c126 case OP_SBRA: in find_minlength()
921 case OP_SBRA: in set_start_bits()
Dpcre_exec.c982 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1058 case OP_SBRA: in match()
1063 if (op >= OP_SBRA || op == OP_ONCE) in match()
1164 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1243 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1799 cbegroup = (*callpat >= OP_SBRA); in match()
1912 if (*prev >= OP_SBRA || *prev == OP_ONCE) in match()
2044 if (*prev >= OP_SBRA) /* Could match an empty string */ in match()
Dpcre_printint.c402 case OP_SBRA: in pcre_printint()
Dpcre_jit_compile.c657 case OP_SBRA: in next_opcode()
807 case OP_SBRA: in check_opcode_types()
1118 case OP_SBRA: in set_private_data_ptrs()
1561 case OP_SBRA: in get_private_data_copy_length()
1738 case OP_SBRA: in copy_private_data()
7016 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
7057 if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
7100 if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA && repeat_type == 0) in compile_bracket_matchingpath()
7204 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
7395 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
[all …]
Dpcre_compile.c1995 case OP_SBRA: in find_fixedlength()
2443 if (c == OP_SBRA || c == OP_SBRAPOS || in could_be_empty_branch()
6190 *bracode += OP_SBRA - OP_BRA; in compile_branch()
8397 op == OP_SBRA || op == OP_SBRAPOS) in is_anchored()
8515 op == OP_SBRA || op == OP_SBRAPOS) in is_startline()
Dpcre_internal.h2081 OP_SBRA, /* 136 Start of non-capturing bracket, check empty */ enumerator
DHACKING441 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher
Dpcre_dfa_exec.c825 case OP_SBRA: in internal_dfa_exec()