Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7346 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
7651 numberofcmps = 0; in compile_xclass_matchingpath()
7667 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
7671 numberofcmps++; in compile_xclass_matchingpath()
7673 else if (numberofcmps > 0) in compile_xclass_matchingpath()
7678 numberofcmps = 0; in compile_xclass_matchingpath()
7683 numberofcmps = 0; in compile_xclass_matchingpath()
7697 numberofcmps++; in compile_xclass_matchingpath()
7699 else if (numberofcmps > 0) in compile_xclass_matchingpath()
7704 numberofcmps = 0; in compile_xclass_matchingpath()
[all …]

Completed in 30 milliseconds