Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c161 case OP_KETRPOS: in find_minlength()
997 case OP_KETRPOS: in set_start_bits()
H A Dpcre_compile.c1976 case OP_KETRPOS: in find_fixedlength()
2666 case OP_KETRPOS: in could_be_empty_branch()
3170 case OP_KETRPOS: in compare_opcodes()
6323 *code++ = OP_KETRPOS; in compile_branch()
6333 *ketcode = OP_KETRPOS; in compile_branch()
H A Dpcre_internal.h2066 OP_KETRPOS, /* 123 Possessive unlimited repeat. */ enumerator
H A Dpcre_jit_compile.c548 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()
563 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()
640 case OP_KETRPOS: in next_opcode()
7674 while (*cc != OP_KETRPOS) in compile_bracketpos_matchingpath()
7772 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()
7783 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()
8282 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
H A DHACKING452 of OP_SCBRA. The end of such a group is marked by OP_KETRPOS. If the minimum
H A Dpcre_exec.c1912 case OP_KETRPOS: in match()
2004 if (*ecode == OP_KETRPOS) in match()

Completed in 100 milliseconds