Home
last modified time | relevance | path

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

/third_party/zlib/doc/
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
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/doc/
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
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/doc/
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
/third_party/python/Lib/
Dgzip.py16 FTEXT, FHCRC, FEXTRA, FNAME, FCOMMENT = 1, 2, 4, 8, 16 variable
459 if flag & FHCRC:
/third_party/flutter/skia/third_party/externals/wuffs/std/gzip/
Ddecode_gzip.wuffs103 // Handle FHCRC.