Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6995 pcre_uchar ket; in compile_bracket_matchingpath() local
7016 ket = *matchingpath; in compile_bracket_matchingpath()
7025 ket = OP_KETRMAX; in compile_bracket_matchingpath()
7027 ket = OP_KETRMIN; in compile_bracket_matchingpath()
7038 SLJIT_ASSERT(ket == OP_KET || ket == OP_KETRMAX || ket == OP_KETRMIN); in compile_bracket_matchingpath()
7080 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7089 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7412 if (ket != OP_KET) in compile_bracket_matchingpath()
8871 pcre_uchar ket; in compile_bracket_backtrackingpath() local
8892 ket = *ccbegin; in compile_bracket_backtrackingpath()
[all …]

Completed in 33 milliseconds