Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c5467 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
5733 numberofcmps = 0; in compile_xclass_matchingpath()
5749 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
5753 numberofcmps++; in compile_xclass_matchingpath()
5755 else if (numberofcmps > 0) in compile_xclass_matchingpath()
5760 numberofcmps = 0; in compile_xclass_matchingpath()
5765 numberofcmps = 0; in compile_xclass_matchingpath()
5779 numberofcmps++; in compile_xclass_matchingpath()
5781 else if (numberofcmps > 0) in compile_xclass_matchingpath()
5786 numberofcmps = 0; in compile_xclass_matchingpath()
[all …]

Completed in 61 milliseconds