Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_study.c183 case OP_BRAPOS: in find_minlength()
1116 case OP_BRAPOS: in set_start_bits()
Dpcre2_printint.c414 case OP_BRAPOS: in pcre2_printint()
Dpcre2_compile.c7463 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()
8404 if (op == OP_BRA || op == OP_BRAPOS || in is_anchored()
8542 if (op == OP_BRA || op == OP_BRAPOS || in is_startline()
8797 case OP_BRAPOS: in find_firstassertedcu()
Dpcre2_internal.h1566 OP_BRAPOS, /* 135 Ditto, with unlimited, possessive repeat */ enumerator
Dpcre2_jit_compile.c939 case OP_BRAPOS: in next_opcode()
1801 case OP_BRAPOS: in set_private_data_ptrs()
2408 case OP_BRAPOS: in get_recurse_data_length()
2757 case OP_BRAPOS: in copy_recurse_data()
5551 case OP_BRAPOS: in scan_prefix()
11036 case OP_BRAPOS: in compile_bracketpos_matchingpath()
12327 case OP_BRAPOS: in compile_matchingpath()
13413 case OP_BRAPOS: in compile_backtrackingpath()
Dpcre2_dfa_match.c2981 case OP_BRAPOS: in internal_dfa_match()
Dpcre2_match.c5160 case OP_BRAPOS: in match()
/third_party/pcre2/pcre2/
DHACKING704 have POS on the end, e.g. OP_BRAPOS instead of OP_BRA and OP_SCBRAPOS instead