Lines Matching defs:next_in
1042 const unsigned char *next_in; // pointer to next byte to read
1043 unsigned int avail_in; // number of bytes available at next_in
1101 // the next_in, avail_in, next_out, and avail_out members.
1154 // the next_in, avail_in, next_out, and avail_out members.
2110 pStream->next_in, &in_bytes, pStream->next_out,
2112 pStream->next_in += (mz_uint)in_bytes;
2165 stream.next_in = pSource;
2266 status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes,
2270 pStream->next_in += (mz_uint)in_bytes;
2308 &pState->m_decomp, pStream->next_in, &in_bytes, pState->m_dict,
2312 pStream->next_in += (mz_uint)in_bytes;
2373 stream.next_in = pSource;