Home
last modified time | relevance | path

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

/freebsd/usr.bin/gzip/
H A Dgzip.c982 uLong origcrc; in gz_uncompress() local
992 origcrc = le32dec(&z.next_in[0]); in gz_uncompress()
993 if (origcrc != crc) { in gz_uncompress()