Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c175 case OP_BRAPOS: in find_minlength()
1073 case OP_BRAPOS: in set_start_bits()
Dpcre2_printint.c383 case OP_BRAPOS: in pcre2_printint()
Dpcre2_internal.h1495 OP_BRAPOS, /* 132 Ditto, with unlimited, possessive repeat */ enumerator
Dpcre2_compile.c6916 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
7843 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
7981 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8236 case OP_BRAPOS: in find_firstassertedcu()
Dpcre2_jit_compile.c720 case OP_BRAPOS: in next_opcode()
1378 case OP_BRAPOS: in set_private_data_ptrs()
1954 case OP_BRAPOS: in get_recurse_data_length()
2277 case OP_BRAPOS: in copy_recurse_data()
3981 case OP_BRAPOS: in scan_prefix()
9494 case OP_BRAPOS: in compile_bracketpos_matchingpath()
10656 case OP_BRAPOS: in compile_matchingpath()
11736 case OP_BRAPOS: in compile_backtrackingpath()
Dpcre2_dfa_match.c2910 case OP_BRAPOS: in internal_dfa_match()
Dpcre2_match.c4892 case OP_BRAPOS: in match()
/external/pcre/dist2/
DHACKING701 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCBRAPOS instead