Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7512 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local
7956 numberofcmps = 0; in compile_xclass_matchingpath()
7972 if (numberofcmps < 3 && (*cc == XCL_SINGLE || *cc == XCL_RANGE)) in compile_xclass_matchingpath()
7976 numberofcmps++; in compile_xclass_matchingpath()
7978 else if (numberofcmps > 0) in compile_xclass_matchingpath()
7983 numberofcmps = 0; in compile_xclass_matchingpath()
7988 numberofcmps = 0; in compile_xclass_matchingpath()
8002 numberofcmps++; in compile_xclass_matchingpath()
8004 else if (numberofcmps > 0) in compile_xclass_matchingpath()
8009 numberofcmps = 0; in compile_xclass_matchingpath()
[all …]

Completed in 42 milliseconds