Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c11445 unsigned int charpos_othercasebit; in compile_iterator_matchingpath() local
11629 charpos_othercasebit = 0; in compile_iterator_matchingpath()
11641 if (charpos_othercasebit == 0) in compile_iterator_matchingpath()
11651 SLJIT_ASSERT((charpos_othercasebit >> 8) == 0); in compile_iterator_matchingpath()
11653 SLJIT_ASSERT((charpos_othercasebit >> 9) == 0); in compile_iterator_matchingpath()
11654 if ((charpos_othercasebit & 0x100) != 0) in compile_iterator_matchingpath()
11655 charpos_othercasebit = (charpos_othercasebit & 0xff) << 8; in compile_iterator_matchingpath()
11657 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
11658 charpos_char |= charpos_othercasebit; in compile_iterator_matchingpath()
11686 if (charpos_othercasebit != 0) in compile_iterator_matchingpath()
[all …]

Completed in 31 milliseconds