Home
last modified time | relevance | path

Searched refs:OP_CBRA (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_study.c95 if (*code == OP_CBRA || *code == OP_SCBRA || in find_minlength()
126 case OP_CBRA: in find_minlength()
833 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
962 case OP_CBRA: in set_start_bits()
H A Dpcre_compile.c1758 case OP_CBRA: in find_fixedlength()
2102 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
2505 c == OP_CBRA || c == OP_CBRAPOS || in could_be_empty_branch()
3203 case OP_CBRA: in compare_opcodes()
3222 if (*next_code != OP_BRA && *next_code != OP_CBRA in compare_opcodes()
6679 bravalue = OP_CBRA; in compile_branch()
8308 if (*code == OP_CBRA) in compile_regex()
8618 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
8737 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
8821 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedchar()
[all …]
H A Dpcre_printint.c389 case OP_CBRA: in pcre_printint()
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.h2082 OP_CBRA, /* 133 Start of capturing bracket */ enumerator
H A DHACKING406 this way, using the single opcode OP_CBRA.
H A Dpcre_exec.c954 case OP_CBRA: in match()
1946 if (*prev == OP_CBRA || *prev == OP_SCBRA || in match()

Completed in 83 milliseconds