Home
last modified time | relevance | path

Searched refs:OP_SCBRA (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()
123 case OP_SCBRA: in find_minlength()
751 if (*code == OP_CBRA || *code == OP_SCBRA || in set_start_bits()
858 case OP_SCBRA: in set_start_bits()
H A Dpcre_compile.c2014 case OP_SCBRA: in find_fixedlength()
2092 else if (c == OP_CBRA || c == OP_SCBRA || in PRIV()
2438 c == OP_SCBRA || c == OP_SCBRAPOS) in could_be_empty_branch()
7452 op == OP_SCBRA || op == OP_SCBRAPOS) in is_anchored()
7570 op == OP_SCBRA || op == OP_SCBRAPOS) in is_startline()
7652 int xl = (*code == OP_CBRA || *code == OP_SCBRA || in find_firstassertedchar()
7666 case OP_SCBRA: in find_firstassertedchar()
H A DHACKING396 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher
406 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum
H A Dpcre_printint.src244 case OP_SCBRA:
H A Dpcre_internal.h2079 OP_SCBRA, /* 132 Start of capturing bracket, check empty */ enumerator
H A Dpcre_exec.c947 case OP_SCBRA: in match()
1928 if (*prev == OP_CBRA || *prev == OP_SCBRA || in match()

Completed in 48 milliseconds