Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_find_bracket.c97 c == OP_CBRAPOS || c == OP_SCBRAPOS) in PRIV()
Dpcre2_study.c194 case OP_SCBRAPOS: in find_minlength()
934 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE; in set_start_bits()
1076 case OP_SCBRAPOS: in set_start_bits()
Dpcre2_printint.c376 case OP_SCBRAPOS: in pcre2_printint()
Dpcre2_auto_possess.c604 case OP_SCBRAPOS: in compare_opcodes()
Dpcre2_jit_compile.c727 case OP_SCBRAPOS: in next_opcode()
879 case OP_SCBRAPOS: in check_opcode_types()
1388 case OP_SCBRAPOS: in set_private_data_ptrs()
1533 if (!recursive && (*cc == OP_CBRAPOS || *cc == OP_SCBRAPOS)) in get_framesize()
1596 case OP_SCBRAPOS: in get_framesize()
1716 if (*cc != OP_CBRAPOS && *cc != OP_SCBRAPOS) in init_frame()
1789 case OP_SCBRAPOS: in init_frame()
1974 case OP_SCBRAPOS: in get_recurse_data_length()
2309 case OP_SCBRAPOS: in copy_recurse_data()
9500 case OP_SCBRAPOS: in compile_bracketpos_matchingpath()
[all …]
Dpcre2_dfa_match.c662 *this_start_code == OP_CBRAPOS || *this_start_code == OP_SCBRAPOS) in internal_dfa_match()
2913 case OP_SCBRAPOS: in internal_dfa_match()
Dpcre2_internal.h1506 OP_SCBRAPOS, /* 139 Ditto, with unlimited, possessive repeat */ enumerator
Dpcre2_compile.c7853 op == OP_SCBRA || op == OP_SCBRAPOS) in is_anchored()
7991 op == OP_SCBRA || op == OP_SCBRAPOS) in is_startline()
8226 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0; in find_firstassertedcu()
8240 case OP_SCBRAPOS: in find_firstassertedcu()
Dpcre2_match.c4888 if (*Fecode == OP_CBRAPOS || *Fecode == OP_SCBRAPOS) in match()
4901 case OP_SCBRAPOS: in match()
5536 case OP_SCBRAPOS: in match()
/external/pcre/dist2/
DHACKING701 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCBRAPOS instead