HomeSort by: relevance | last modified time | path
    Searched defs:origcrc (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/gzip/
gzip.c 1030 uLong origcrc; local
1040 origcrc = ((unsigned)z.next_in[0] & 0xff) |
1044 if (origcrc != crc) {

Completed in 51 milliseconds