Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c131 case OP_SBRA: in find_minlength()
963 case OP_SBRA: in set_start_bits()
H A 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()
1231 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1802 cbegroup = (*callpat >= OP_SBRA); in match()
1919 if (*prev >= OP_SBRA || *prev == OP_ONCE) in match()
2051 if (*prev >= OP_SBRA) /* Could match an empty string */ in match()
H A Dpcre_jit_compile.c653 case OP_SBRA: in next_opcode()
1108 case OP_SBRA: in set_private_data_ptrs()
1574 case OP_SBRA: in get_private_data_copy_length()
1754 case OP_SBRA: in copy_private_data()
7109 if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
7256 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_matchingpath()
7449 else if (opcode == OP_ONCE || opcode >= OP_SBRA) in compile_bracket_matchingpath()
8494 case OP_SBRA: in compile_matchingpath()
8958 else if (opcode >= OP_SBRA || opcode == OP_ONCE) in compile_bracket_backtrackingpath()
9241 else if (opcode == OP_SBRA || opcode == OP_SCOND) in compile_bracket_backtrackingpath()
[all …]
H A Dpcre_compile.c2025 case OP_SBRA: in find_fixedlength()
2496 if (c == OP_SBRA || c == OP_SBRAPOS || in could_be_empty_branch()
6291 *bracode += OP_SBRA - OP_BRA; in compile_branch()
8608 op == OP_SBRA || op == OP_SBRAPOS) in is_anchored()
8727 op == OP_SBRA || op == OP_SBRAPOS) in is_startline()
H A Dpcre_internal.h2093 OP_SBRA, /* 136 Start of non-capturing bracket, check empty */ enumerator
H A DHACKING441 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher

Completed in 103 milliseconds