~ubuntu-branches/ubuntu/wily/zlib/wily

« back to all changes in this revision

Viewing changes to uncompr.c

  • Committer: Package Import Robot
  • Author(s): Mark Brown
  • Date: 2012-06-22 16:55:56 UTC
  • mfrom: (1.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120622165556-9xuc7gnq4w25b3i0
Yet more s390x cleanup.  Thanks to the s390x porters for thei
prompt an efficient buildd monitoring (closes: #678511).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* uncompr.c -- decompress a memory buffer
2
 
 * Copyright (C) 1995-2003 Jean-loup Gailly.
 
2
 * Copyright (C) 1995-2003, 2010 Jean-loup Gailly.
3
3
 * For conditions of distribution and use, see copyright notice in zlib.h
4
4
 */
5
5
 
16
16
   been saved previously by the compressor and transmitted to the decompressor
17
17
   by some mechanism outside the scope of this compression library.)
18
18
   Upon exit, destLen is the actual size of the compressed buffer.
19
 
     This function can be used to decompress a whole file at once if the
20
 
   input file is mmap'ed.
21
19
 
22
20
     uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
23
21
   enough memory, Z_BUF_ERROR if there was not enough room in the output