Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c764 set2 = (uint8_t *)(cb->cbits + cbit_digit); in compare_opcodes()
771 set2 = (uint8_t *)(cb->cbits + cbit_space); in compare_opcodes()
778 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
H A Dpcre2_compile.c5313 const uint8_t *cbits = cb->cbits; in compile_branch() local
5740 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
5751 for (i = 0; i < 32; i++) pbits[i] |= cbits[(int)i + taboffset]; in compile_branch()
5753 for (i = 0; i < 32; i++) pbits[i] &= ~cbits[(int)i + taboffset]; in compile_branch()
5808 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_digit]; in compile_branch()
5813 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_digit]; in compile_branch()
5817 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_word]; in compile_branch()
5822 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_word]; in compile_branch()
5833 for (i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_space]; in compile_branch()
5838 for (i = 0; i < 32; i++) classbits[i] |= ~cbits[i+cbit_space]; in compile_branch()
[all …]
H A Dpcre2_intmodedep.h719 const uint8_t *cbits; /* Points to character type table */ member

Completed in 35 milliseconds