Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c92 if (*code == OP_CBRA || *code == OP_SCBRA || in find_minlength()
124 case OP_SCBRA: in find_minlength()
793 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
923 case OP_SCBRA: in set_start_bits()
Dpcre_printint.c393 case OP_SCBRA: in pcre_printint()
Dpcre_compile.c1997 case OP_SCBRA: in find_fixedlength()
2074 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
2444 c == OP_SCBRA || c == OP_SCBRAPOS) in could_be_empty_branch()
8405 op == OP_SCBRA || op == OP_SCBRAPOS) in is_anchored()
8523 op == OP_SCBRA || op == OP_SCBRAPOS) in is_startline()
8606 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedchar()
8620 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.c659 case OP_SCBRA: in next_opcode()
808 case OP_SCBRA: in check_opcode_types()
812 cc += 1 + LINK_SIZE + (*cc == OP_CBRA || *cc == OP_SCBRA ? IMM2_SIZE : 0); in check_opcode_types()
1149 case OP_SCBRA: in set_private_data_ptrs()
1321 case OP_SCBRA: in get_framesize()
1503 case OP_SCBRA: in init_frame()
1569 case OP_SCBRA: in get_private_data_copy_length()
1748 case OP_SCBRA: in copy_private_data()
6999 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
7183 else if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
[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.h2083 OP_SCBRA, /* 138 Start of capturing bracket, check empty */ enumerator
Dpcre_exec.c957 case OP_SCBRA: in match()
1941 if (*prev == OP_CBRA || *prev == OP_SCBRA || in match()