Home
last modified time | relevance | path

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

/PHP-7.4/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()
9998 if (ket == OP_KETRMAX) in match_once_common()
10013 if (ket == OP_KETRMAX) in match_once_common()
10181 ket = OP_KETRMAX; in compile_bracket_matchingpath()
10297 if (ket == OP_KETRMAX) in compile_bracket_matchingpath()
10327 if (ket == OP_KETRMAX || has_alternatives) in compile_bracket_matchingpath()
10598 if (ket != OP_KETRMAX) in compile_bracket_matchingpath()
10609 if (ket == OP_KETRMAX) in compile_bracket_matchingpath()
12390 ket = OP_KETRMAX; in compile_bracket_backtrackingpath()
12424 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.c7315 *ketcode = OP_KETRMAX + repeat_type; in compile_branch()
7371 else *ketcode = OP_KETRMAX + repeat_type; in compile_branch()
H A Dpcre2_match.c5527 case OP_KETRMAX: in match()

Completed in 121 milliseconds