Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c638 case OP_KETRMAX: in next_opcode()
6840 if (ket == OP_KETRMAX) in match_once_common()
6855 if (ket == OP_KETRMAX) in match_once_common()
6988 ket = OP_KETRMAX; in compile_bracket_matchingpath()
7112 if (ket == OP_KETRMAX) in compile_bracket_matchingpath()
7142 if (ket == OP_KETRMAX || has_alternatives) in compile_bracket_matchingpath()
7389 if (ket != OP_KETRMAX) in compile_bracket_matchingpath()
7400 if (ket == OP_KETRMAX) in compile_bracket_matchingpath()
8859 ket = OP_KETRMAX; in compile_bracket_backtrackingpath()
8895 if (ket == OP_KETRMAX) in compile_bracket_backtrackingpath()
[all …]
H A Dpcre_study.c155 case OP_KETRMAX: in find_minlength()
989 case OP_KETRMAX: in set_start_bits()
H A DHACKING415 and OP_KETRMAX are used for indefinite repetitions, minimally or maximally
430 minimum is zero), with the final copy terminating with OP_KETRMIN or OP_KETRMAX
443 OP_KETRMAX, and if so, to break the loop.
H A Dpcre_compile.c1955 case OP_KETRMAX: in find_fixedlength()
2645 case OP_KETRMAX: in could_be_empty_branch()
6233 *ketcode = OP_KETRMAX + repeat_type; in compile_branch()
6297 else *ketcode = OP_KETRMAX + repeat_type; in compile_branch()
H A Dpcre_internal.h2056 OP_KETRMAX, /* 121 These two must remain together and in this */ enumerator
H A Dpcre_exec.c1911 case OP_KETRMAX: in match()

Completed in 76 milliseconds