Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7663 sljit_u32 category_list = 0; in compile_xclass_matchingpath() local
7804 category_list |= items; in compile_xclass_matchingpath()
7815 if (category_list == UCPCAT_ALL) in compile_xclass_matchingpath()
7824 if (compares == 0 && category_list == 0) in compile_xclass_matchingpath()
7935 if (category_list != 0) in compile_xclass_matchingpath()
8145 if (category_list > 0) in compile_xclass_matchingpath()
8149 OP2U(SLJIT_AND | SLJIT_SET_Z, typereg, 0, SLJIT_IMM, category_list); in compile_xclass_matchingpath()

Completed in 40 milliseconds