Home
last modified time | relevance | path

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

/external/zlib/src/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
/external/lzma/CPP/7zip/
DGuid.txt206 EF GZip
/external/okhttp/
DCHANGELOG.md727 * Fix: Persist proper `Content-Encoding` header to cache for GZip responses.