Home
last modified time | relevance | path

Searched refs:OP_KETRMAX (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_study.c232 case OP_KETRMAX: in find_minlength()
1150 case OP_KETRMAX: in set_start_bits()
H A Dpcre2_printint.c386 case OP_KETRMAX: in pcre2_printint()
H A Dpcre2_jit_compile.c921 case OP_KETRMAX: in next_opcode()
10075 if (ket == OP_KETRMAX) in match_once_common()
10090 if (ket == OP_KETRMAX) in match_once_common()
10258 ket = OP_KETRMAX; in compile_bracket_matchingpath()
10374 if (ket == OP_KETRMAX) in compile_bracket_matchingpath()
10404 if (ket == OP_KETRMAX || has_alternatives) in compile_bracket_matchingpath()
10675 if (ket != OP_KETRMAX) in compile_bracket_matchingpath()
10686 if (ket == OP_KETRMAX) in compile_bracket_matchingpath()
12467 ket = OP_KETRMAX; in compile_bracket_backtrackingpath()
12501 if (ket == OP_KETRMAX) in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_internal.h1519 OP_KETRMAX, /* 122 These two must remain together and in this */ enumerator
H A Dpcre2_dfa_match.c869 case OP_KETRMAX: in internal_dfa_match()
3077 repeat_state_offset = (*end_subpattern == OP_KETRMAX || in internal_dfa_match()
H A Dpcre2_compile.c7337 *ketcode = OP_KETRMAX + repeat_type; in compile_branch()
7393 else *ketcode = OP_KETRMAX + repeat_type; in compile_branch()
H A Dpcre2_match.c5529 case OP_KETRMAX: in match()

Completed in 111 milliseconds