Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c113 if (*code == OP_CBRA || *code == OP_CBRAPOS) cc += IMM2_SIZE; in find_minlength()
183 case OP_CBRAPOS: in find_minlength()
891 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
1025 case OP_CBRAPOS: in set_start_bits()
Dpcre2_find_bracket.c97 c == OP_CBRAPOS || c == OP_SCBRAPOS) in PRIV()
Dpcre2_compile.c910 if (*code == OP_CBRA || *code == OP_CBRAPOS || *code == OP_SCBRA || in find_fixedlength()
1175 case OP_CBRAPOS: in find_fixedlength()
1386 (*code == OP_CBRA || *code == OP_CBRAPOS)) in could_be_empty_branch()
1503 c == OP_CBRA || c == OP_CBRAPOS || in could_be_empty_branch()
7959 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
8083 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
8169 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0; in find_firstassertedcu()
8182 case OP_CBRAPOS: in find_firstassertedcu()
Dpcre2_printint.c374 case OP_CBRAPOS: in pcre2_printint()
Dpcre2_jit_compile.c682 case OP_CBRAPOS: in next_opcode()
837 case OP_CBRAPOS: in check_opcode_types()
1346 case OP_CBRAPOS: in set_private_data_ptrs()
1492 if (!recursive && (*cc == OP_CBRAPOS || *cc == OP_SCBRAPOS)) in get_framesize()
1552 case OP_CBRAPOS: in get_framesize()
1674 if (recursive || (*cc != OP_CBRAPOS && *cc != OP_SCBRAPOS)) in init_frame()
1744 case OP_CBRAPOS: in init_frame()
1822 case OP_CBRAPOS: in get_private_data_copy_length()
2006 case OP_CBRAPOS: in copy_private_data()
3589 case OP_CBRAPOS: in scan_prefix()
[all …]
Dpcre2_dfa_match.c422 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS) in internal_dfa_match()
521 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS) in internal_dfa_match()
2802 case OP_CBRAPOS: in internal_dfa_match()
Dpcre2_internal.h1543 OP_CBRAPOS, /* 135 Ditto, with unlimited, possessive repeat */ enumerator
Dpcre2_match.c1155 case OP_CBRAPOS: in match()
1977 if (op == OP_CBRAPOS || op == OP_SCBRAPOS) goto POSSESSIVE_CAPTURE; in match()
2023 *prev == OP_CBRAPOS || *prev == OP_SCBRAPOS) in match()