Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c125 case OP_SBRA: in find_minlength()
856 case OP_SBRA: in set_start_bits()
H A Dpcre_exec.c972 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1048 case OP_SBRA: in match()
1053 if (op >= OP_SBRA || op == OP_ONCE) in match()
1152 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1224 if (op >= OP_SBRA) md->match_function_type = MATCH_CBEGROUP; in match()
1792 cbegroup = (*callpat >= OP_SBRA); in match()
1899 if (*prev >= OP_SBRA || *prev == OP_ONCE) in match()
2029 if (*prev >= OP_SBRA) /* Could match an empty string */ in match()
H A Dpcre_compile.c2012 case OP_SBRA: in find_fixedlength()
2437 if (c == OP_SBRA || c == OP_SBRAPOS || in could_be_empty_branch()
5420 *bracode += OP_SBRA - OP_BRA; in compile_branch()
7444 op == OP_SBRA || op == OP_SBRAPOS) in is_anchored()
7562 op == OP_SBRA || op == OP_SBRAPOS) in is_startline()
H A Dpcre_printint.src251 case OP_SBRA:
H A Dpcre_internal.h2077 OP_SBRA, /* 130 Start of non-capturing bracket, check empty */ enumerator
H A DHACKING396 final replication is changed to OP_SBRA or OP_SCBRA. This tells the matcher

Completed in 48 milliseconds