headerCRC 102 lib/decompress_bunzip2.c unsigned int crc32Table[256], headerCRC, totalCRC, writeCRC; headerCRC 177 lib/decompress_bunzip2.c bd->headerCRC = get_bits(bd, 32); headerCRC 601 lib/decompress_bunzip2.c if (bd->writeCRC != bd->headerCRC) { headerCRC 602 lib/decompress_bunzip2.c bd->totalCRC = bd->headerCRC+1; headerCRC 723 lib/decompress_bunzip2.c if (bd->headerCRC != bd->totalCRC)