Lines Matching defs:next_out
1046 unsigned char *next_out; // pointer to next byte to write
1047 unsigned int avail_out; // number of bytes that can be written to next_out
1101 // the next_in, avail_in, next_out, and avail_out members.
1154 // the next_in, avail_in, next_out, and avail_out members.
2092 (!pStream->next_out))
2110 pStream->next_in, &in_bytes, pStream->next_out,
2117 pStream->next_out += (mz_uint)out_bytes;
2167 stream.next_out = pDest;
2267 pStream->next_out, pStream->next_out, &out_bytes,
2274 pStream->next_out += (mz_uint)out_bytes;
2291 memcpy(pStream->next_out, pState->m_dict + pState->m_dict_ofs, n);
2292 pStream->next_out += n;
2320 memcpy(pStream->next_out, pState->m_dict + pState->m_dict_ofs, n);
2321 pStream->next_out += n;
2375 stream.next_out = pDest;