Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6958 pcre_uchar ket; in compile_bracket_matchingpath() local
6979 ket = *matchingpath; in compile_bracket_matchingpath()
6988 ket = OP_KETRMAX; in compile_bracket_matchingpath()
6990 ket = OP_KETRMIN; in compile_bracket_matchingpath()
7001 SLJIT_ASSERT(ket == OP_KET || ket == OP_KETRMAX || ket == OP_KETRMIN); in compile_bracket_matchingpath()
7043 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7052 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7375 if (ket != OP_KET) in compile_bracket_matchingpath()
8830 pcre_uchar ket; in compile_bracket_backtrackingpath() local
8851 ket = *ccbegin; in compile_bracket_backtrackingpath()
[all …]

Completed in 33 milliseconds