Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5464 *reqcuptr = reqcu; in compile_branch()
5497 zeroreqcu = reqcu; in compile_branch()
6006 zeroreqcu = reqcu; in compile_branch()
6573 zeroreqcu = reqcu; in compile_branch()
7754 zeroreqcu = reqcu; in compile_branch()
8005 firstcu = reqcu = 0; in compile_regex()
8179 *reqcuptr = reqcu; in compile_regex()
10422 if (reqcu < 128 || (!utf && !ucp && reqcu < 255)) in pcre2_compile()
10424 if (cb.fcc[reqcu] != reqcu) re->flags |= PCRE2_LASTCASELESS; in pcre2_compile()
10428 else if (ucp && !utf && UCD_OTHERCASE(reqcu) != reqcu) in pcre2_compile()
[all …]

Completed in 25 milliseconds