Lines Matching refs:next_out
116 s->stream.next_out = s->outbuf = Z_NULL;
160 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
247 s->stream.next_out = s->outbuf;
402 Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */
409 next_out = (Byte*)buf;
410 s->stream.next_out = (Bytef*)buf;
414 *next_out++ = s->back;
415 s->stream.next_out++;
433 zmemcpy(s->stream.next_out, s->stream.next_in, n);
434 next_out += n;
435 s->stream.next_out = next_out;
442 (uInt)fread(next_out, 1, s->stream.avail_out, s->file);
471 s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start));
472 start = s->stream.next_out;
491 s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start));
576 s->stream.next_out = s->outbuf;
726 s->stream.next_out = s->outbuf;