Searched refs:gzip_crc (Results 1 – 1 of 1) sorted by relevance
144 static unsigned long gzip_crc; variable514 gzip_crc = *((unsigned long *) endbuf); in get_byte()1264 if (!errnum && check_crc && gzip_crc != crc_value) { in gunzip_read()1266 printf ("gunzip: crc value 0x%x, expected 0x%x\n", crc_value, gzip_crc); in gunzip_read()