Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A 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()
H A 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()
H A 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
H A 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 …]
H A Dpcre_internal.h2095 OP_SCBRA, /* 138 Start of capturing bracket, check empty */ enumerator
H A Dpcre_exec.c957 case OP_SCBRA: in match()
1948 if (*prev == OP_CBRA || *prev == OP_SCBRA || in match()

Completed in 113 milliseconds