Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/doc/
H A Drfc1952.txt264 (if FLG.FHCRC set)
304 bit 1 FHCRC
325 If FHCRC is set, a CRC16 for the gzip header is present,
329 [The FHCRC bit was never set by versions of gzip up to
472 values. It must examine FEXTRA/XLEN, FNAME, FCOMMENT and FHCRC
/freebsd/contrib/file/src/
H A Dcompress.c571 #define FHCRC (1 << 1) macro
605 if (flg & FHCRC) in uncompressgzipped()