Home
last modified time | relevance | path

Searched refs:decode_gzip (Results 1 – 10 of 10) sorted by relevance

/dports/www/mitmproxy/mitmproxy-7.0.4/test/mitmproxy/net/
H A Dtest_encoding.py77 decode_gzip = mock.MagicMock()
78 decode_gzip.return_value = b"decoded"
82 with mock.patch.dict(encoding.custom_decode, gzip=decode_gzip):
85 assert decode_gzip.call_count == 1
89 assert decode_gzip.call_count == 1
96 decode_gzip.return_value = b"bar"
/dports/devel/monotone/monotone-1.1/test/unit/tests/
H A Dtransforms.cc25 decode_gzip(gzd2, d2); in UNIT_TEST()
54 UNIT_TEST_CHECK_THROW(decode_gzip(gzbad, output), recoverable_failure); in UNIT_TEST()
/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/processing/app/i18n/python/requests/packages/urllib3/
H A Dresponse.py20 def decode_gzip(data): function
56 'gzip': decode_gzip,
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/net/
H A Dencoding.py148 def decode_gzip(content: bytes) -> bytes: function
217 "gzip": decode_gzip,
/dports/devel/monotone/monotone-1.1/src/
H A Dtransforms.hh116 void decode_gzip(gzip<T> const & in, T & out) in decode_gzip() function
H A Dnetcmd.cc476 decode_gzip(zdat, tdat); in read_data_cmd()
530 decode_gzip(zdel, del); in read_delta_cmd()
H A Ddatabase.cc669 decode_gzip(gzip<data>(string(val,val+bytes), origin::database), unpacked); in sqlite3_gunzip_fn()
1857 decode_gzip(rdata,rdata_unpacked); in get_file_or_manifest_base_unchecked()
1877 decode_gzip(del_packed, del); in get_file_or_manifest_delta_unchecked()
1906 decode_gzip(dat_packed, dat); in get_roster_base()
1927 decode_gzip(del_packed, tmp); in get_roster_delta()
2614 decode_gzip(del_packed, dtmp); in get_arbitrary_file_delta()
2629 decode_gzip(del_packed, dtmp); in get_arbitrary_file_delta()
2859 decode_gzip(gzdata,rdat); in get_revision()
/dports/www/links/links-2.25/
H A Dcompress.c72 static int decode_gzip(struct terminal *term, struct cache_entry *ce, int defl, int *errp) in decode_gzip() function
824 if (decode_gzip(term, ce, defl, errp)) goto uncompressed; in get_file_by_term()
/dports/devel/monotone/monotone-1.1/test/func/calculation_of_other_unidiffs/
H A Dsecondfile1399 decode_gzip(decoded_old, decompressed_old);
1405 decode_gzip(decoded_new, decompressed_new);
H A Dfirstfile1371 decode_gzip(decoded_old, decompressed_old);