Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c234 case OP_KETRPOS: in find_minlength()
1242 case OP_KETRPOS: in set_start_bits()
H A Dpcre2_printint.c418 case OP_KETRPOS: in pcre2_printint()
H A Dpcre2_auto_possess.c612 case OP_KETRPOS: in compare_opcodes()
H A Dpcre2_internal.h1570 OP_KETRPOS, /* 124 Possessive unlimited repeat. */ enumerator
H A Dpcre2_jit_compile.c867 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()
882 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()
969 case OP_KETRPOS: in next_opcode()
11484 while (*cc != OP_KETRPOS) in compile_bracketpos_matchingpath()
11582 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()
11593 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()
12419 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
H A Dpcre2_match.c5909 case OP_KETRPOS: in match()
6092 if (*Fecode == OP_KETRPOS) in match()
H A Dpcre2_dfa_match.c872 case OP_KETRPOS: in internal_dfa_match()
H A Dpcre2_compile.c7723 *code++ = OP_KETRPOS; in compile_branch()
7733 *ketcode = OP_KETRPOS; in compile_branch()

Completed in 114 milliseconds