Home
last modified time | relevance | path

Searched refs:OP_CBRA (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()
128 case OP_CBRA: in find_minlength()
835 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
964 case OP_CBRA: in set_start_bits()
H A Dpcre_compile.c1760 case OP_CBRA: in find_fixedlength()
2104 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
2507 c == OP_CBRA || c == OP_CBRAPOS || in could_be_empty_branch()
3205 case OP_CBRA: in compare_opcodes()
3224 if (*next_code != OP_BRA && *next_code != OP_CBRA in compare_opcodes()
6681 bravalue = OP_CBRA; in compile_branch()
8305 if (*code == OP_CBRA) in compile_regex()
8615 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
8734 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
8818 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedchar()
[all …]
H A Dpcre_jit_compile.c650 case OP_CBRA: in next_opcode()
1138 case OP_CBRA: in set_private_data_ptrs()
1321 case OP_CBRA: in get_framesize()
1510 case OP_CBRA: in init_frame()
1582 case OP_CBRA: in get_private_data_copy_length()
1763 case OP_CBRA: in copy_private_data()
3341 case OP_CBRA: in scan_prefix()
3352 if (*cc == OP_CBRA || *cc == OP_CBRAPOS) in scan_prefix()
7051 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
8492 case OP_CBRA: in compile_matchingpath()
[all …]
H A Dpcre_internal.h2086 OP_CBRA, /* 133 Start of capturing bracket */ enumerator
H A DHACKING406 this way, using the single opcode OP_CBRA.
H A Dpcre_exec.c956 case OP_CBRA: in match()
1948 if (*prev == OP_CBRA || *prev == OP_SCBRA || in match()

Completed in 89 milliseconds