Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c4176 pcre_uint8 pbits[32]; in compile_branch() local
4230 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
4241 for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset]; in compile_branch()
4243 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset]; in compile_branch()
4250 if (tabopt == 1) pbits[1] &= ~0x3c; in compile_branch()
4251 else if (tabopt == 2) pbits[11] &= 0x7f; in compile_branch()
4257 for (c = 0; c < 32; c++) classbits[c] |= ~pbits[c]; in compile_branch()
4259 for (c = 0; c < 32; c++) classbits[c] |= pbits[c]; in compile_branch()

Completed in 17 milliseconds