Searched refs:avail_out (Results 1 – 4 of 4) sorted by relevance
1546 s.avail_out = destSize; in InitUncompressContextDeflateCommon()1567 const u32 availOutBefore = s.avail_out; in ReadUncompressDeflateCommon()1585 const u32 outSize = availOutBefore - s.avail_out; in ReadUncompressDeflateCommon()
1091 s.avail_out = destSize; in UncompressDeflateCommon()
1325 s.avail_out = destSize; in CompressDeflateCommon()
91 uInt avail_out; /* remaining free space at next_out */ member