Searched refs:gunzip_from_stream (Results 1 - 9 of 9) sorted by relevance

/pkg/src/modules/actions/
H A Dlicense.py99 shasum = misc.gunzip_from_stream(stream, lfile,
H A Dfile.py232 shasum = misc.gunzip_from_stream(stream, tfile,
/pkg/src/modules/server/
H A Dapi.py583 misc.gunzip_from_stream(lfile, s, ignore_hash=True)
H A Dtransaction.py675 misc.gunzip_from_stream(f, wf, ignore_hash=True)
H A Ddepot.py1263 misc.gunzip_from_stream(lfile, lsummary,
/pkg/src/tests/api/
H A Dt_p5p.py643 # 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 Dt_pkgrecv.py380 misc.gunzip_from_stream, ifile, ofile,
771 misc.gunzip_from_stream, ifile, ofile,
/pkg/src/modules/client/transport/
H A Dtransport.py1143 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 Dmisc.py345 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 95 milliseconds