Home | History | Annotate | Download | only in ada

Lines Matching full:gzip

53    type Header_Type is (None, Auto, Default, GZip);
99 -- zlib or gzip format, this will cause inflate() to return immediately
145 -- When Header is GZip, then gzip header would be set instead of
157 -- GZip header type mean that GZip header is expecting in the
159 -- Auto header type mean that header type (GZip or Native) would be
161 -- Note that header types parameter values None, GZip and Auto are
204 -- Compute CRC32, it could be necessary for make gzip format
210 -- Compute CRC32, it could be necessary for make gzip format
325 -- Offset for gzip header/footer output.