Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7656 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
8158 numberofcmps = 0; in compile_xclass_matchingpath()
8171 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
8175 numberofcmps++; in compile_xclass_matchingpath()
8177 else if (numberofcmps > 0) in compile_xclass_matchingpath()
8182 numberofcmps = 0; in compile_xclass_matchingpath()
8187 numberofcmps = 0; in compile_xclass_matchingpath()
8201 numberofcmps++; in compile_xclass_matchingpath()
8203 else if (numberofcmps > 0) in compile_xclass_matchingpath()
8208 numberofcmps = 0; in compile_xclass_matchingpath()
[all …]

Completed in 38 milliseconds