Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c7817 pcre_uchar ket; in compile_bracket_matchingpath() local
7838 ket = *matchingpath; in compile_bracket_matchingpath()
7847 ket = OP_KETRMAX; in compile_bracket_matchingpath()
7849 ket = OP_KETRMIN; in compile_bracket_matchingpath()
7860 SLJIT_ASSERT(ket == OP_KET || ket == OP_KETRMAX || ket == OP_KETRMIN); in compile_bracket_matchingpath()
7902 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
7911 if (ket == OP_KETRMAX || (ket == OP_KETRMIN && bra != OP_BRAMINZERO)) in compile_bracket_matchingpath()
8234 if (ket != OP_KET) in compile_bracket_matchingpath()
9880 pcre_uchar ket; in compile_bracket_backtrackingpath() local
9901 ket = *ccbegin; in compile_bracket_backtrackingpath()
[all …]

Completed in 31 milliseconds