Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c91 if (*code == OP_CBRA || *code == OP_SCBRA || in find_minlength()
122 case OP_CBRA: in find_minlength()
751 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
857 case OP_CBRA: in set_start_bits()
H A Dpcre_compile.c1762 case OP_CBRA: in find_fixedlength()
1767 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd); in find_fixedlength()
2092 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
2448 c == OP_CBRA || c == OP_CBRAPOS || in could_be_empty_branch()
5587 bravalue = OP_CBRA; in compile_branch()
7145 if (*code == OP_CBRA) in compile_regex()
7451 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
7569 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
7652 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedchar()
7665 case OP_CBRA: in find_firstassertedchar()
H A Dpcre_printint.src243 case OP_CBRA:
H A Dpcre_internal.h2070 OP_CBRA, /* 127 Start of capturing bracket */ enumerator
H A DHACKING361 this way, using the single opcode OP_CBRA.
H A Dpcre_exec.c946 case OP_CBRA: in match()
1928 if (*prev == OP_CBRA || *prev == OP_SCBRA || in match()

Completed in 53 milliseconds