Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c97 if (*code == OP_CBRA || *code == OP_SCBRA || in find_minlength()
129 case OP_SCBRA: in find_minlength()
835 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
965 case OP_SCBRA: in set_start_bits()
Dpcre_printint.c393 case OP_SCBRA: in pcre_printint()
Dpcre_compile.c2027 case OP_SCBRA: in find_fixedlength()
2104 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
2497 c == OP_SCBRA || c == OP_SCBRAPOS) in could_be_empty_branch()
8616 op == OP_SCBRA || op == OP_SCBRAPOS) in is_anchored()
8735 op == OP_SCBRA || op == OP_SCBRAPOS) in is_startline()
8818 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedchar()
8832 case OP_SCBRA: in find_firstassertedchar()
Dpcre_dfa_exec.c457 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_exec()
556 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA || in internal_dfa_exec()
836 case OP_SCBRA: in internal_dfa_exec()
Dpcre_jit_compile.c655 case OP_SCBRA: in next_opcode()
1139 case OP_SCBRA: in set_private_data_ptrs()
1323 case OP_SCBRA: in get_framesize()
1512 case OP_SCBRA: in init_frame()
1583 case OP_SCBRA: in get_private_data_copy_length()
1764 case OP_SCBRA: in copy_private_data()
7051 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
7235 else if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
8495 case OP_SCBRA: in compile_matchingpath()
8909 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_backtrackingpath()
[all …]
DHACKING441 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher
452 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum
Dpcre_internal.h2091 OP_SCBRA, /* 138 Start of capturing bracket, check empty */ enumerator
Dpcre_exec.c957 case OP_SCBRA: in match()
1948 if (*prev == OP_CBRA || *prev == OP_SCBRA || in match()