Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_study.c156 case OP_KETRPOS: in find_minlength()
955 case OP_KETRPOS: in set_start_bits()
Dpcre_printint.c406 case OP_KETRPOS: in pcre_printint()
Dpcre_compile.c1946 case OP_KETRPOS: in find_fixedlength()
2613 case OP_KETRPOS: in could_be_empty_branch()
3114 case OP_KETRPOS: in compare_opcodes()
6216 *code++ = OP_KETRPOS; in compile_branch()
6226 *ketcode = OP_KETRPOS; in compile_branch()
Dpcre_jit_compile.c552 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()
567 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()
644 case OP_KETRPOS: in next_opcode()
7620 while (*cc != OP_KETRPOS) in compile_bracketpos_matchingpath()
7713 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()
7724 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()
8223 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
Dpcre_internal.h2054 OP_KETRPOS, /* 123 Possessive unlimited repeat. */ enumerator
DHACKING452 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum
Dpcre_exec.c1905 case OP_KETRPOS: in match()
1997 if (*ecode == OP_KETRPOS) in match()
Dpcre_dfa_exec.c774 case OP_KETRPOS: in internal_dfa_exec()