Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c123 if (*code == OP_CBRA || *code == OP_CBRAPOS) cc += IMM2_SIZE; in find_minlength()
193 case OP_CBRAPOS: in find_minlength()
934 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
1075 case OP_CBRAPOS: in set_start_bits()
Dpcre2_find_bracket.c97 c == OP_CBRAPOS || c == OP_SCBRAPOS) in PRIV()
Dpcre2_printint.c374 case OP_CBRAPOS: in pcre2_printint()
Dpcre2_auto_possess.c603 case OP_CBRAPOS: in compare_opcodes()
Dpcre2_jit_compile.c722 case OP_CBRAPOS: in next_opcode()
878 case OP_CBRAPOS: in check_opcode_types()
1387 case OP_CBRAPOS: in set_private_data_ptrs()
1533 if (!recursive && (*cc == OP_CBRAPOS || *cc == OP_SCBRAPOS)) in get_framesize()
1594 case OP_CBRAPOS: in get_framesize()
1716 if (*cc != OP_CBRAPOS && *cc != OP_SCBRAPOS) in init_frame()
1787 case OP_CBRAPOS: in init_frame()
1973 case OP_CBRAPOS: in get_recurse_data_length()
2308 case OP_CBRAPOS: in copy_recurse_data()
3983 case OP_CBRAPOS: in scan_prefix()
[all …]
Dpcre2_dfa_match.c662 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS) in internal_dfa_match()
2912 case OP_CBRAPOS: in internal_dfa_match()
Dpcre2_internal.h1497 OP_CBRAPOS, /* 134 Ditto, with unlimited, possessive repeat */ enumerator
Dpcre2_compile.c7852 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_anchored()
7990 else if (op == OP_CBRA || op == OP_CBRAPOS || in is_startline()
8226 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0; in find_firstassertedcu()
8239 case OP_CBRAPOS: in find_firstassertedcu()
Dpcre2_match.c4888 if (*Fecode == OP_CBRAPOS || *Fecode == OP_SCBRAPOS) in match()
4900 case OP_CBRAPOS: in match()
5534 case OP_CBRAPOS: in match()