Searched refs:gunzip_from_stream (Results 1 - 9 of 9) sorted by relevance
/pkg/src/modules/actions/ |
H A D | license.py | 99 shasum = misc.gunzip_from_stream(stream, lfile,
|
H A D | file.py | 232 shasum = misc.gunzip_from_stream(stream, tfile,
|
/pkg/src/modules/server/ |
H A D | api.py | 583 misc.gunzip_from_stream(lfile, s, ignore_hash=True)
|
H A D | transaction.py | 675 misc.gunzip_from_stream(f, wf, ignore_hash=True)
|
H A D | depot.py | 1263 misc.gunzip_from_stream(lfile, lsummary,
|
/pkg/src/tests/api/ |
H A D | t_p5p.py | 643 # gunzip_from_stream. 650 uchash = pkg.misc.gunzip_from_stream(fobj, nullf, 658 uchash = pkg.misc.gunzip_from_stream(fobj, nullf,
|
/pkg/src/tests/cli/ |
H A D | t_pkgrecv.py | 380 misc.gunzip_from_stream, ifile, ofile, 771 misc.gunzip_from_stream, ifile, ofile,
|
/pkg/src/modules/client/transport/ |
H A D | transport.py | 1143 hash_val = misc.gunzip_from_stream(resp, s, 2755 fhash = misc.gunzip_from_stream(ifile, ofile, 3634 misc.gunzip_from_stream(src, outfile, ignore_hash=True)
|
/pkg/src/modules/ |
H A D | misc.py | 345 def gunzip_from_stream(gz, outfile, hash_func=None, hash_funcs=None, function 350 is is an output stream. gunzip_from_stream() decompresses data from 369 raise ValueError("no hash functions for gunzip_from_stream")
|
Completed in 55 milliseconds