Add undocumented inflateResetKeep() function for CAB file decoding.
The Microsoft CAB file format compresses each block with completed deflate streams that depend on the sliding window history of the previous block in order to decode. inflateResetKeep() does what inflateReset() does, except the sliding window history from the previous inflate operation is retained.
This commit is contained in:
@@ -128,7 +128,8 @@ EXPORTS
|
||||
inflatePrime @158
|
||||
inflateReset2 @159
|
||||
inflateUndermine @160
|
||||
|
||||
; zlib1 v1.2.6 added:
|
||||
gzgetc_ @30
|
||||
gzflags @162
|
||||
|
||||
; zlib1 v1.2.6 added:
|
||||
gzgetc_ @30
|
||||
gzflags @162
|
||||
inflateResetKeep @163
|
||||
|
||||
@@ -128,7 +128,8 @@ EXPORTS
|
||||
inflatePrime @158
|
||||
inflateReset2 @159
|
||||
inflateUndermine @160
|
||||
|
||||
; zlib1 v1.2.6 added:
|
||||
gzgetc_ @30
|
||||
gzflags @162
|
||||
|
||||
; zlib1 v1.2.6 added:
|
||||
gzgetc_ @30
|
||||
gzflags @162
|
||||
inflateResetKeep @163
|
||||
|
||||
Reference in New Issue
Block a user