Lines Matching full:gzip
59 -- The simplest gzip header is not for informational, but just for
60 -- gzip format compatibility.
106 -- Separate translate routine for make gzip header.
210 if Header = None or else Header = GZip then
214 -- For the GZip CRC calculation and make headers.
216 if Header = GZip then
341 when GZip =>
344 -- Inflate gzip data defined by flag 16.
351 -- of gzip or native header defined by flag 32.
447 if Filter.Header = GZip and Filter.Compression then
485 if Filter.Header = GZip and then Filter.Compression then
563 -- used for add gzip headr/footer.