Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c166 case OP_BRAPOS: in find_minlength()
1023 case OP_BRAPOS: in set_start_bits()
Dpcre2_printint.c383 case OP_BRAPOS: in pcre2_printint()
Dpcre2_compile.c1172 case OP_BRAPOS: in find_fixedlength()
1502 if (c == OP_BRA || c == OP_BRAPOS || in could_be_empty_branch()
5717 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
7951 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
8075 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8179 case OP_BRAPOS: in find_firstassertedcu()
Dpcre2_internal.h1541 OP_BRAPOS, /* 133 Ditto, with unlimited, possessive repeat */ enumerator
Dpcre2_jit_compile.c680 case OP_BRAPOS: in next_opcode()
1337 case OP_BRAPOS: in set_private_data_ptrs()
1806 case OP_BRAPOS: in get_private_data_copy_length()
1986 case OP_BRAPOS: in copy_private_data()
3587 case OP_BRAPOS: in scan_prefix()
8404 case OP_BRAPOS: in compile_bracketpos_matchingpath()
9563 case OP_BRAPOS: in compile_matchingpath()
10641 case OP_BRAPOS: in compile_backtrackingpath()
Dpcre2_dfa_match.c2800 case OP_BRAPOS: in internal_dfa_match()
Dpcre2_match.c1239 case OP_BRAPOS: in match()
/external/pcre/dist2/
DHACKING483 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCBRAPOS instead