search for: dictlength

Displaying 3 results from an estimated 3 matches for "dictlength".

2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...-441,14 +442,14 @@ not perform any compression: this will be done by deflate(). */ -extern int ZEXPORT deflateSetDictionary OF((z_streamp strm, - const Bytef *dictionary, - uInt dictLength)); +ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, + const Bytef *dictionary, + uInt dictLength)); /* Initializes the compression dictionary from the given byte sequence without produci...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address
2007 Sep 22
0
rsync build on IA64 using icc
...rk #310: old-style parameter list (anachronism) z_streamp strm; ^ zlib/deflate.c(319): remark #310: old-style parameter list (anachronism) const Bytef *dictionary; ^ zlib/deflate.c(320): remark #310: old-style parameter list (anachronism) uInt dictLength; ^ zlib/deflate.c(360): remark #310: old-style parameter list (anachronism) z_streamp strm; ^ zlib/deflate.c(396): remark #310: old-style parameter list (anachronism) z_streamp strm; ^ zlib/deflate.c(397): remark #310: old-style parameter l...