Home | History | Annotate | Download | only in examples

Lines Matching refs:next

81     unsigned left;          /* bytes remaining at next */
82 unsigned char *next; /* next byte to read */
114 in->next = in->buf;
129 in->next = in->buf;
141 in->left ? (in->left--, *(in->next)++) : \
166 in->next += skip;
198 in->next += skip;
261 strm->next_in = in->next;
312 start = in->next;
349 /* find the next last-block bit */
351 /* next last-block bit is in last used byte */
358 /* next last-block bit is in next unused byte */
375 in->next = in->buf + (strm.next_in - in->buf);
379 fwrite(start, 1, in->next - start - 1, out);
380 last = in->next[-1];