Searched refs:OP_SCBRAPOS (Results 1 – 7 of 7) sorted by relevance
98 *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()
394 case OP_SCBRAPOS: in pcre_printint()
2028 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()
656 case OP_SCBRAPOS: in next_opcode()802 case OP_SCBRAPOS: in check_opcode_types()1117 case OP_SCBRAPOS: in set_private_data_ptrs()1262 if (!recursive && (*cc == OP_CBRAPOS || *cc == OP_SCBRAPOS)) in get_framesize()1324 case OP_SCBRAPOS: in get_framesize()1441 if (recursive || (*cc != OP_CBRAPOS && *cc != OP_SCBRAPOS)) in init_frame()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()[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()2873 case OP_SCBRAPOS: in internal_dfa_exec()
1125 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()
2092 OP_SCBRAPOS, /* 139 Ditto, with unlimited, possessive repeat */ enumerator