Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c94 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) cc += IMM2_SIZE; in find_minlength()
129 case OP_SCBRAPOS: in find_minlength()
830 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
963 case OP_SCBRAPOS: in set_start_bits()
H A Dpcre_jit_compile.c656 case OP_SCBRAPOS: in next_opcode()
802 case OP_SCBRAPOS: in check_opcode_types()
1113 case OP_SCBRAPOS: in set_private_data_ptrs()
1308 case OP_SCBRAPOS: in get_framesize()
1490 case OP_SCBRAPOS: in init_frame()
1567 case OP_SCBRAPOS: in get_private_data_copy_length()
1751 case OP_SCBRAPOS: in copy_private_data()
7521 case OP_SCBRAPOS: in compile_bracketpos_matchingpath()
7668 if (opcode == OP_SBRAPOS || opcode == OP_SCBRAPOS) in compile_bracketpos_matchingpath()
8472 case OP_SCBRAPOS: in compile_matchingpath()
[all …]
H A Dpcre_compile.c2009 case OP_SCBRAPOS: in find_fixedlength()
2086 c == OP_CBRAPOS || c == OP_SCBRAPOS) in PRIV()
2478 c == OP_SCBRA || c == OP_SCBRAPOS) in could_be_empty_branch()
8490 op == OP_SCBRA || op == OP_SCBRAPOS) in is_anchored()
8609 op == OP_SCBRA || op == OP_SCBRAPOS) in is_startline()
8693 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0; in find_firstassertedchar()
8708 case OP_SCBRAPOS: in find_firstassertedchar()
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.h2088 OP_SCBRAPOS, /* 139 Ditto, with unlimited, possessive repeat */ enumerator

Completed in 79 milliseconds