Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c6039 uint8_t pbits[32]; in compile_branch() local
6108 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
6119 for (int i = 0; i < 32; i++) pbits[i] |= cbits[(int)i + taboffset]; in compile_branch()
6121 for (int i = 0; i < 32; i++) pbits[i] &= ~cbits[(int)i + taboffset]; in compile_branch()
6128 if (tabopt == 1) pbits[1] &= ~0x3c; in compile_branch()
6129 else if (tabopt == 2) pbits[11] &= 0x7f; in compile_branch()
6135 for (int i = 0; i < 32; i++) classbits[i] |= (uint8_t)(~pbits[i]); in compile_branch()
6137 for (int i = 0; i < 32; i++) classbits[i] |= pbits[i]; in compile_branch()

Completed in 25 milliseconds