Lines Matching refs:next_in
93 strm.next_in = Z_NULL;
132 strm.next_in = put = dat;
170 // just consumed. It is therefore assured that put < strm.next_in.
183 put = strm.next_in;
194 // put..strm.next_in-1 is the compressed data that has been
198 // available, i.e., put < strm.next_in. If prev is -1, then
252 if (put == strm.next_in)
286 if (put == strm.next_in)
309 unsigned char *end = strm.next_in - mix;
411 } while (put < strm.next_in);