Home
last modified time | relevance | path

Searched refs:OP_SCBRAPOS (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c92 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE; in find_minlength()
127 case OP_SCBRAPOS: in find_minlength()
752 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
862 case OP_SCBRAPOS: in set_start_bits()
H A Dpcre_compile.c2015 case OP_SCBRAPOS: in find_fixedlength()
2093 c == OP_CBRAPOS || c == OP_SCBRAPOS) 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()
7653 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0; in find_firstassertedchar()
7668 case OP_SCBRAPOS: in find_firstassertedchar()
H A Dpcre_exec.c1113 case OP_SCBRAPOS: in match()
1884 if (op == OP_CBRAPOS || op == OP_SCBRAPOS) goto POSSESSIVE_CAPTURE; in match()
1929 *prev == OP_CBRAPOS || *prev == OP_SCBRAPOS) in match()
H A Dpcre_internal.h2080 OP_SCBRAPOS, /* 133 Ditto, with unlimited, possessive repeat */ enumerator

Completed in 62 milliseconds