Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c8787 unsigned int charpos_othercasebit; in compile_iterator_matchingpath() local
8899 charpos_othercasebit = 0; in compile_iterator_matchingpath()
8910 if (charpos_othercasebit == 0) in compile_iterator_matchingpath()
8920 SLJIT_ASSERT((charpos_othercasebit >> 8) == 0); in compile_iterator_matchingpath()
8922 SLJIT_ASSERT((charpos_othercasebit >> 9) == 0); in compile_iterator_matchingpath()
8923 if ((charpos_othercasebit & 0x100) != 0) in compile_iterator_matchingpath()
8924 charpos_othercasebit = (charpos_othercasebit & 0xff) << 8; in compile_iterator_matchingpath()
8926 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
8927 charpos_char |= charpos_othercasebit; in compile_iterator_matchingpath()
8955 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
[all …]

Completed in 26 milliseconds