Lines Matching refs:next
93 unsigned char *next;
96 next = me->inbuf;
97 *buf = next;
103 ret = (int)read(me->infile, next, ret);
108 next += ret;
154 /* next input byte macro for use inside lunpipe() and gunpipe() */
155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
156 last = have ? (have--, (int)(*next++)) : -1)
187 next += chunk; \
193 of buffered input at next. strm is used for passing error information back
200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp,
216 unsigned stack; /* next position for reversed string */
248 don't create a table entry until the next code */
307 continue; /* get next code */
346 /* set previous code for next iteration */
365 /* loop for next code with final and prev as the last match, rem and
366 left provide the first 0..7 bits of the next code, end is the last
387 z_const unsigned char *next = NULL;
411 first = 0; /* next non-header is junk */
415 ret = lunpipe(have, next, indp, outfile, strm);
452 next += len;
473 strm->next_in = next;
477 next = strm->next_in;