Searched refs:avail_out (Results 1 – 7 of 7) sorted by relevance
241 if (!pStream->avail_out) in mz_deflate()256 out_bytes = pStream->avail_out; in mz_deflate()265 pStream->avail_out -= (mz_uint)out_bytes; in mz_deflate()278 else if (!pStream->avail_out) in mz_deflate()323 stream.avail_out = (mz_uint32)*pDest_len; in mz_compress2()459 out_bytes = pStream->avail_out; in mz_inflate()467 pStream->avail_out -= (mz_uint)out_bytes; in mz_inflate()485 n = MZ_MIN(pState->m_dict_avail, pStream->avail_out); in mz_inflate()488 pStream->avail_out -= n; in mz_inflate()510 n = MZ_MIN(pState->m_dict_avail, pStream->avail_out); in mz_inflate()[all …]
135 unsigned int avail_out; // number of bytes that can be written to next_out member
134 unsigned int avail_out; // number of bytes that can be written to next_out member
133 unsigned int avail_out; // number of bytes that can be written to next_out member
293 unsigned int avail_out; /* number of bytes that can be written to next_out */ member