Home
last modified time | relevance | path

Searched refs:numberofcmps (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c4788 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
5000 numberofcmps = 0; in compile_xclass_matchingpath()
5019 …OP_FLAGS(numberofcmps == 0 ? SLJIT_MOV : SLJIT_OR, TMP2, 0, numberofcmps == 0 ? SLJIT_UNUSED : TMP… in compile_xclass_matchingpath()
5020 numberofcmps++; in compile_xclass_matchingpath()
5022 else if (numberofcmps > 0) in compile_xclass_matchingpath()
5027 numberofcmps = 0; in compile_xclass_matchingpath()
5032 numberofcmps = 0; in compile_xclass_matchingpath()
5046 numberofcmps++; in compile_xclass_matchingpath()
5048 else if (numberofcmps > 0) in compile_xclass_matchingpath()
5053 numberofcmps = 0; in compile_xclass_matchingpath()
[all …]

Completed in 25 milliseconds