Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_study.c725 for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type]; in set_type_bits()
730 if ((cd->cbits[c/8] & (1 << (c&7))) != 0) in set_type_bits()
767 for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type]; in set_nottype_bits()
1529 compile_block.cbits = tables + cbits_offset; in pcre_study()
H A Dpcre_compile.c3311 set2 = (pcre_uint8 *)(cd->cbits + cbit_digit); in compare_opcodes()
3318 set2 = (pcre_uint8 *)(cd->cbits + cbit_space); in compare_opcodes()
3325 set2 = (pcre_uint8 *)(cd->cbits + cbit_word); in compare_opcodes()
4975 register const pcre_uint8 *cbits = cd->cbits; in compile_branch() local
5081 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()
5092 for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset]; in compile_branch()
5094 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset]; in compile_branch()
5154 register const pcre_uint8 *cbits = cd->cbits; in compile_branch() local
5175 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_digit]; in compile_branch()
5184 for (c = 0; c < 32; c++) classbits[c] |= cbits[c+cbit_word]; in compile_branch()
[all …]
H A Dpcre_internal.h2428 const pcre_uint8 *cbits; /* Points to character type table */ member

Completed in 36 milliseconds