Home
last modified time | relevance | path

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

/dports/ftp/wget/wget-1.21.2/src/
H A Dhttp.c1575 ENC_GZIP, /* gzip compression */ enumerator
1726 if (hs->remote_encoding == ENC_GZIP) in read_response_body()
3763 hs->local_encoding = ENC_GZIP; in gethttp()
3773 hs->local_encoding = ENC_GZIP; in gethttp()
3785 else if (hs->local_encoding == ENC_GZIP in gethttp()
3796 hs->remote_encoding = ENC_GZIP; in gethttp()
3806 hs->remote_encoding = ENC_GZIP; in gethttp()
3813 hs->remote_encoding = ENC_GZIP; in gethttp()
3818 if (hs->remote_encoding == ENC_GZIP in gethttp()
3973 case ENC_GZIP: in gethttp()
[all …]
/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Deb.h123 enum { ENC_PLAIN, ENC_COMPRESS, ENC_GZIP, ENC_URL, ENC_MFD }; enumerator