Home
last modified time | relevance | path

Searched refs:OP_CBRAPOS (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c98 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE; in find_minlength()
132 case OP_CBRAPOS: in find_minlength()
836 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
968 case OP_CBRAPOS: in set_start_bits()
H A Dpcre_compile.c1972 case OP_CBRAPOS: in find_fixedlength()
2105 c == OP_CBRAPOS || c == OP_SCBRAPOS) in PRIV()
2507 c == OP_CBRA || c == OP_CBRAPOS || in could_be_empty_branch()
8615 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
8734 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
8819 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0; in find_firstassertedchar()
8833 case OP_CBRAPOS: in find_firstassertedchar()
H A Dpcre_jit_compile.c651 case OP_CBRAPOS: in next_opcode()
801 case OP_CBRAPOS: in check_opcode_types()
1116 case OP_CBRAPOS: in set_private_data_ptrs()
1322 case OP_CBRAPOS: in get_framesize()
1511 case OP_CBRAPOS: in init_frame()
1589 case OP_CBRAPOS: in get_private_data_copy_length()
1773 case OP_CBRAPOS: in copy_private_data()
3342 case OP_CBRAPOS: in scan_prefix()
7557 case OP_CBRAPOS: in compile_bracketpos_matchingpath()
8511 case OP_CBRAPOS: in compile_matchingpath()
[all …]
H A Dpcre_exec.c1124 case OP_CBRAPOS: in match()
1904 if (op == OP_CBRAPOS || op == OP_SCBRAPOS) goto POSSESSIVE_CAPTURE; in match()
1949 *prev == OP_CBRAPOS || *prev == OP_SCBRAPOS) in match()
H A Dpcre_internal.h2087 OP_CBRAPOS, /* 134 Ditto, with unlimited, possessive repeat */ enumerator

Completed in 125 milliseconds