Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c234 case OP_KETRPOS: in find_minlength()
1152 case OP_KETRPOS: in set_start_bits()
H A Dpcre2_printint.c419 case OP_KETRPOS: in pcre2_printint()
H A Dpcre2_auto_possess.c610 case OP_KETRPOS: in compare_opcodes()
H A Dpcre2_internal.h1545 OP_KETRPOS, /* 124 Possessive unlimited repeat. */ enumerator
H A Dpcre2_jit_compile.c841 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in bracketend()
856 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS); in no_alternatives()
928 case OP_KETRPOS: in next_opcode()
11158 while (*cc != OP_KETRPOS) in compile_bracketpos_matchingpath()
11256 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()
11267 if (*cc == OP_KETRPOS) in compile_bracketpos_matchingpath()
12093 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
H A Dpcre2_match.c5737 case OP_KETRPOS: in match()
5873 if (*Fecode == OP_KETRPOS) in match()
H A Dpcre2_dfa_match.c870 case OP_KETRPOS: in internal_dfa_match()
H A Dpcre2_compile.c7466 *code++ = OP_KETRPOS; in compile_branch()
7476 *ketcode = OP_KETRPOS; in compile_branch()

Completed in 104 milliseconds