Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_study.c213 case OP_KETRPOS: in find_minlength()
1054 case OP_KETRPOS: in set_start_bits()
Dpcre2_printint.c388 case OP_KETRPOS: in pcre2_printint()
Dpcre2_auto_possess.c570 case OP_KETRPOS: in compare_opcodes()
Dpcre2_internal.h1522 OP_KETRPOS, /* 124 Possessive unlimited repeat. */ enumerator
Dpcre2_compile.c1179 case OP_KETRPOS: in find_fixedlength()
1666 case OP_KETRPOS: in could_be_empty_branch()
5718 *code++ = OP_KETRPOS; in compile_branch()
5728 *ketcode = OP_KETRPOS; in compile_branch()
Dpcre2_jit_compile.c584 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()
599 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()
671 case OP_KETRPOS: in next_opcode()
8526 while (*cc != OP_KETRPOS) in compile_bracketpos_matchingpath()
8624 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()
8635 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()
9331 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
Dpcre2_match.c1985 case OP_KETRPOS: in match()
2073 if (*ecode == OP_KETRPOS) in match()
Dpcre2_dfa_match.c717 case OP_KETRPOS: in internal_dfa_match()
/external/pcre/dist2/
DHACKING484 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum