Changeset 740 for vendor/current/lib/zlib/examples
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- Location:
- vendor/current/lib/zlib/examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/zlib/examples/fitblk.c
r414 r740 18 18 nearly the requested output block size. The first pass generates 19 19 enough deflate blocks to produce output to fill the requested 20 output size plus a spec fied excess amount (see the EXCESS define20 output size plus a specified excess amount (see the EXCESS define 21 21 below). The last deflate block may go quite a bit past that, but 22 22 is discarded. The second pass decompresses and recompresses just -
vendor/current/lib/zlib/examples/gun.c
r414 r740 43 43 encountered in an input file, it is the last stream in that file. 44 44 45 Like gunzip and uncompress, the file attributes of the orig nal compressed45 Like gunzip and uncompress, the file attributes of the original compressed 46 46 file are maintained in the final uncompressed file, to the extent that the 47 47 user permissions allow it.
Note:
See TracChangeset
for help on using the changeset viewer.