next_out           37 lib/zlib/compress.c     stream.next_out = dest;
next_out          112 lib/zlib/contrib/inflate86/inffas86.c     ar.out = strm->next_out;
next_out         1146 lib/zlib/contrib/inflate86/inffas86.c     strm->next_out = ar.out;
next_out          129 lib/zlib/contrib/masmx64/inffas8664.c     ar.out = strm->next_out;
next_out          174 lib/zlib/contrib/masmx64/inffas8664.c     strm->next_out = ar.out;
next_out         1247 lib/zlib/contrib/minizip/unzip.c     pfile_in_zip_read_info->stream.next_out = (Bytef*)buf;
next_out         1322 lib/zlib/contrib/minizip/unzip.c                 *(pfile_in_zip_read_info->stream.next_out+i) =
next_out         1326 lib/zlib/contrib/minizip/unzip.c                                 pfile_in_zip_read_info->stream.next_out,
next_out         1331 lib/zlib/contrib/minizip/unzip.c             pfile_in_zip_read_info->stream.next_out += uDoCopy;
next_out         1344 lib/zlib/contrib/minizip/unzip.c             bufBefore = pfile_in_zip_read_info->stream.next_out;
next_out          857 lib/zlib/contrib/minizip/zip.c     zi->ci.stream.next_out = zi->ci.buffered_data;
next_out          992 lib/zlib/contrib/minizip/zip.c             zi->ci.stream.next_out = zi->ci.buffered_data;
next_out         1014 lib/zlib/contrib/minizip/zip.c                 *(((char*)zi->ci.stream.next_out)+i) =
next_out         1020 lib/zlib/contrib/minizip/zip.c                 zi->ci.stream.next_out+= copy_this;
next_out         1057 lib/zlib/contrib/minizip/zip.c             zi->ci.stream.next_out = zi->ci.buffered_data;
next_out          201 lib/zlib/contrib/testzlib/testzlib.c         zcpr.next_out = CprPtr;
next_out          242 lib/zlib/contrib/testzlib/testzlib.c         zcpr.next_out = UncprPtr;
next_out          537 lib/zlib/deflate.c     zmemcpy(strm->next_out, strm->state->pending_out, len);
next_out          538 lib/zlib/deflate.c     strm->next_out  += len;
next_out          562 lib/zlib/deflate.c     if (strm->next_out == Z_NULL ||
next_out          185 lib/zlib/example.c     c_stream.next_out = compr;
next_out          222 lib/zlib/example.c     d_stream.next_out = uncompr;
next_out          262 lib/zlib/example.c     c_stream.next_out = compr;
next_out          323 lib/zlib/example.c         d_stream.next_out = uncompr;            /* discard the output */
next_out          360 lib/zlib/example.c     c_stream.next_out = compr;
next_out          401 lib/zlib/example.c     d_stream.next_out = uncompr;
next_out          445 lib/zlib/example.c     c_stream.next_out = compr;
next_out          482 lib/zlib/example.c     d_stream.next_out = uncompr;
next_out          105 lib/zlib/examples/fitblk.c         inf->next_out = raw;
next_out          157 lib/zlib/examples/fitblk.c     def.next_out = blk;
next_out          196 lib/zlib/examples/fitblk.c     def.next_out = tmp;
next_out          211 lib/zlib/examples/fitblk.c     def.next_out = blk;
next_out          305 lib/zlib/examples/gzappend.c         strm->next_out = window + have;
next_out          423 lib/zlib/examples/gzappend.c             strm->next_out = out;
next_out          327 lib/zlib/examples/gzjoin.c         strm.next_out = junk;
next_out          307 lib/zlib/examples/gzlog.c     strm.next_out = out;
next_out           56 lib/zlib/examples/zpipe.c             strm.next_out = out;
next_out          114 lib/zlib/examples/zpipe.c             strm.next_out = out;
next_out          183 lib/zlib/examples/zran.c                 strm.next_out = window;
next_out          293 lib/zlib/examples/zran.c             strm.next_out = buf;
next_out          298 lib/zlib/examples/zran.c             strm.next_out = discard;
next_out          303 lib/zlib/examples/zran.c             strm.next_out = discard;
next_out          113 lib/zlib/gzio.c     s->stream.next_out = s->outbuf = Z_NULL;
next_out          157 lib/zlib/gzio.c         s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
next_out          244 lib/zlib/gzio.c         s->stream.next_out = s->outbuf;
next_out          399 lib/zlib/gzio.c     Byte  *next_out; /* == stream.next_out but not forced far (for MSDOS) */
next_out          406 lib/zlib/gzio.c     next_out = (Byte*)buf;
next_out          407 lib/zlib/gzio.c     s->stream.next_out = (Bytef*)buf;
next_out          411 lib/zlib/gzio.c         *next_out++ = s->back;
next_out          412 lib/zlib/gzio.c         s->stream.next_out++;
next_out          430 lib/zlib/gzio.c                 zmemcpy(s->stream.next_out, s->stream.next_in, n);
next_out          431 lib/zlib/gzio.c                 next_out += n;
next_out          432 lib/zlib/gzio.c                 s->stream.next_out = next_out;
next_out          439 lib/zlib/gzio.c                     (uInt)fread(next_out, 1, s->stream.avail_out, s->file);
next_out          468 lib/zlib/gzio.c             s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start));
next_out          469 lib/zlib/gzio.c             start = s->stream.next_out;
next_out          488 lib/zlib/gzio.c     s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start));
next_out          573 lib/zlib/gzio.c             s->stream.next_out = s->outbuf;
next_out          723 lib/zlib/gzio.c             s->stream.next_out = s->outbuf;
next_out          121 lib/zlib/infback.c         put = strm->next_out; \
next_out          132 lib/zlib/infback.c         strm->next_out = put; \
next_out          101 lib/zlib/inffast.c     out = strm->next_out - OFF;
next_out          295 lib/zlib/inffast.c     strm->next_out = out + OFF;
next_out          350 lib/zlib/inflate.c         zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
next_out          357 lib/zlib/inflate.c         zmemcpy(state->window + state->write, strm->next_out - copy, dist);
next_out          360 lib/zlib/inflate.c             zmemcpy(state->window, strm->next_out - copy, copy);
next_out          405 lib/zlib/inflate.c         put = strm->next_out; \
next_out          416 lib/zlib/inflate.c         strm->next_out = put; \
next_out          577 lib/zlib/inflate.c     if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL ||
next_out         1147 lib/zlib/inflate.c             UPDATE(state->check, strm->next_out - out, out);
next_out           39 lib/zlib/uncompr.c     stream.next_out = dest;
next_out           93 lib/zlib/zlib.h     Bytef    *next_out; /* next output byte should be put there */
next_out           90 librpc/ndr/ndr_compression.c 	z->next_out	= plain_chunk.data;
next_out          199 librpc/ndr/ndr_compression.c 	z->next_out	= comp_chunk.data + 2;