Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/zlib/contrib/ada/
Dzlib.adb210 if Header = None or else Header = GZip then
216 if Header = GZip then
341 when GZip =>
447 if Filter.Header = GZip and Filter.Compression then
485 if Filter.Header = GZip and then Filter.Compression then
Dzlib.ads53 type Header_Type is (None, Auto, Default, GZip); literal