Searched refs:headerCRC (Results 1 – 1 of 1) sorted by relevance
95 unsigned int crc32Table[256], headerCRC, totalCRC, writeCRC; member166 bd->headerCRC = get_bits(bd, 32); in get_next_block()590 if (bd->writeCRC != bd->headerCRC) { in read_bunzip()591 bd->totalCRC = bd->headerCRC+1; in read_bunzip()712 if (bd->headerCRC != bd->totalCRC) in bunzip2()
Completed in 3 milliseconds