Lines Matching defs:next
159 to = from; /* next step in cycle */
173 unsigned left; /* bytes available at next */
175 z_const unsigned char *next; /* next byte in buffer */
187 in->next = in->buf;
199 in->left--, *(in->next)++)
219 in->next += n;
294 strm->next_in = gz.next;
302 strm->next_in = gz.next;
305 /* set up output to next available section of sliding window */
337 gz.next = strm->next_in;