Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c727 for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type]; in set_type_bits()
732 if ((cd->cbits[c/8] & (1 << (c&7))) != 0) in set_type_bits()
769 for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type]; in set_nottype_bits()
1531 compile_block.cbits = tables + cbits_offset; in pcre_study()
H A Dpcre_compile.c3313 set2 = (pcre_uint8 *)(cd->cbits + cbit_digit); in compare_opcodes()
3320 set2 = (pcre_uint8 *)(cd->cbits + cbit_space); in compare_opcodes()
3327 set2 = (pcre_uint8 *)(cd->cbits + cbit_word); in compare_opcodes()
4977 register const pcre_uint8 *cbits = cd->cbits; in compile_branch() local
5083 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
5094 for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset]; in compile_branch()
5096 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset]; in compile_branch()
5156 register const pcre_uint8 *cbits = cd->cbits; in compile_branch() local
5177 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_digit]; in compile_branch()
5186 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word]; in compile_branch()
[all …]
H A Dpcre_internal.h2432 const pcre_uint8 *cbits; /* Points to character type table */ member

Completed in 76 milliseconds