search for: windowbits

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

2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...This function discards any unprocessed input and does not flush any @@ -398,12 +399,12 @@ */ /* -extern int ZEXPORT deflateInit2 OF((z_streamp strm, - int level, - int method, - int windowBits, - int memLevel, - int strategy)); +ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm, + int level, + int method, +...
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
...^ zlib/deflate.c(221): remark #310: old-style parameter list (anachronism) int level; ^ zlib/deflate.c(222): remark #310: old-style parameter list (anachronism) int method; ^ zlib/deflate.c(223): remark #310: old-style parameter list (anachronism) int windowBits; ^ zlib/deflate.c(224): remark #310: old-style parameter list (anachronism) int memLevel; ^ zlib/deflate.c(225): remark #310: old-style parameter list (anachronism) int strategy; ^ zlib/deflate.c(226): remark #310: old-style parameter list (anachron...