next_out           38 tools/packfi2/compress.c     stream.next_out = dest;
next_out          540 tools/packfi2/deflate.c     zmemcpy(strm->next_out, strm->state->pending_out, len);
next_out          541 tools/packfi2/deflate.c     strm->next_out  += len;
next_out          565 tools/packfi2/deflate.c     if (strm->next_out == Z_NULL ||
next_out           87 tools/packfi2/zlib.h     Bytef    *next_out; /* next output byte should be put there */