Searched refs:OP_CBRAPOS (Results 1 – 7 of 7) sorted by relevance
98 *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()
392 case OP_CBRAPOS: in pcre_printint()
1972 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()
651 case OP_CBRAPOS: in next_opcode()801 case OP_CBRAPOS: in check_opcode_types()1116 case OP_CBRAPOS: in set_private_data_ptrs()1262 if (!recursive && (*cc == OP_CBRAPOS || *cc == OP_SCBRAPOS)) in get_framesize()1322 case OP_CBRAPOS: in get_framesize()1441 if (recursive || (*cc != OP_CBRAPOS && *cc != OP_SCBRAPOS)) in init_frame()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()[all …]
458 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS) in internal_dfa_exec()557 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS) in internal_dfa_exec()2872 case OP_CBRAPOS: in internal_dfa_exec()
1124 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()
2083 OP_CBRAPOS, /* 134 Ditto, with unlimited, possessive repeat */ enumerator