Searched refs:cbits (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c685 for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type];
690 if ((cd->cbits[c/8] & (1 << (c&7))) != 0)
727 for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type];
1488 compile_block.cbits = tables + cbits_offset;
H A Dpcre_compile.c3260 set2 = (pcre_uint8 *)(cd->cbits + cbit_digit);
3267 set2 = (pcre_uint8 *)(cd->cbits + cbit_space);
3274 set2 = (pcre_uint8 *)(cd->cbits + cbit_word);
4909 register const pcre_uint8 *cbits = cd->cbits; local
4999 memcpy(pbits, cbits + posix_class_maps[posix_class],
5010 for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset];
5012 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset];
5072 register const pcre_uint8 *cbits = cd->cbits; local
[all...]

Completed in 131 milliseconds