Home
last modified time | relevance | path

Searched refs:OP_SCBRAPOS (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()
133 case OP_SCBRAPOS: in find_minlength()
836 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
969 case OP_SCBRAPOS: in set_start_bits()
H A Dpcre_compile.c2028 case OP_SCBRAPOS: in find_fixedlength()
2105 c == OP_CBRAPOS || c == OP_SCBRAPOS) in PRIV()
2497 c == OP_SCBRA || c == OP_SCBRAPOS) in could_be_empty_branch()
8616 op == OP_SCBRA || op == OP_SCBRAPOS) in is_anchored()
8735 op == OP_SCBRA || op == OP_SCBRAPOS) in is_startline()
8819 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0; in find_firstassertedchar()
8834 case OP_SCBRAPOS: in find_firstassertedchar()
H A Dpcre_jit_compile.c656 case OP_SCBRAPOS: in next_opcode()
802 case OP_SCBRAPOS: in check_opcode_types()
1117 case OP_SCBRAPOS: in set_private_data_ptrs()
1324 case OP_SCBRAPOS: in get_framesize()
1513 case OP_SCBRAPOS: in init_frame()
1590 case OP_SCBRAPOS: in get_private_data_copy_length()
1774 case OP_SCBRAPOS: in copy_private_data()
7558 case OP_SCBRAPOS: in compile_bracketpos_matchingpath()
7709 if (opcode == OP_SBRAPOS || opcode == OP_SCBRAPOS) in compile_bracketpos_matchingpath()
8513 case OP_SCBRAPOS: in compile_matchingpath()
[all …]
H A Dpcre_exec.c1125 case OP_SCBRAPOS: 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.h2096 OP_SCBRAPOS, /* 139 Ditto, with unlimited, possessive repeat */ enumerator

Completed in 73 milliseconds