Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c11771 unsigned int charpos_othercasebit; in compile_iterator_matchingpath() local
11955 charpos_othercasebit = 0; in compile_iterator_matchingpath()
11967 if (charpos_othercasebit == 0) in compile_iterator_matchingpath()
11977 SLJIT_ASSERT((charpos_othercasebit >> 8) == 0); in compile_iterator_matchingpath()
11979 SLJIT_ASSERT((charpos_othercasebit >> 9) == 0); in compile_iterator_matchingpath()
11980 if ((charpos_othercasebit & 0x100) != 0) in compile_iterator_matchingpath()
11981 charpos_othercasebit = (charpos_othercasebit & 0xff) << 8; in compile_iterator_matchingpath()
11983 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
11984 charpos_char |= charpos_othercasebit; in compile_iterator_matchingpath()
12012 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
[all …]

Completed in 39 milliseconds