Lines Matching refs:next
57 code *next, *lenfix, *distfix;
67 next = fixed;
68 lenfix = next;
70 inflate_table9(LENS, state.lens, 288, &(next), &(bits), state.work);
75 distfix = next;
77 inflate_table9(DISTS, state.lens, 32, &(next), &(bits), state.work);
128 have = in(in_desc, &next); \
130 next = Z_NULL; \
143 hold += (unsigned long)(*next++) << bits; \
225 z_const unsigned char FAR *next; /* next input */
226 unsigned char FAR *put; /* next output */
263 next = strm->next_in;
264 have = next != Z_NULL ? strm->avail_in : 0;
333 zmemcpy(put, next, copy);
335 next += copy;
369 state->next = state->codes;
370 lencode = (code const FAR *)(state->next);
372 ret = inflate_table9(CODES, state->lens, 19, &(state->next),
444 state->next = state->codes;
445 lencode = (code const FAR *)(state->next);
448 &(state->next), &(lenbits), state->work);
454 next);
457 state->ndist, &(state->next), &(distbits),
601 strm->next_in = next;