Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c159 case OP_KETRMAX: in find_minlength()
995 case OP_KETRMAX: in set_start_bits()
H A Dpcre_jit_compile.c638 case OP_KETRMAX: in next_opcode()
6877 if (ket == OP_KETRMAX) in match_once_common()
6892 if (ket == OP_KETRMAX) in match_once_common()
7025 ket = OP_KETRMAX; in compile_bracket_matchingpath()
7149 if (ket == OP_KETRMAX) in compile_bracket_matchingpath()
7179 if (ket == OP_KETRMAX || has_alternatives) in compile_bracket_matchingpath()
7426 if (ket != OP_KETRMAX) in compile_bracket_matchingpath()
7437 if (ket == OP_KETRMAX) in compile_bracket_matchingpath()
8900 ket = OP_KETRMAX; in compile_bracket_backtrackingpath()
8936 if (ket == OP_KETRMAX) in compile_bracket_backtrackingpath()
[all …]
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.c1974 case OP_KETRMAX: in find_fixedlength()
2664 case OP_KETRMAX: in could_be_empty_branch()
6275 *ketcode = OP_KETRMAX + repeat_type; in compile_branch()
6345 else *ketcode = OP_KETRMAX + repeat_type; in compile_branch()
H A Dpcre_internal.h2064 OP_KETRMAX, /* 121 These two must remain together and in this */ enumerator
H A Dpcre_exec.c1911 case OP_KETRMAX: in match()

Completed in 75 milliseconds