Searched defs:Z_FINISH (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dzlib.h168 #define Z_FINISH 4 macro
320 If the parameter flush is set to Z_FINISH, pending input is processed,
323 called again with Z_FINISH and more output space (updated avail_out) but no
328 Z_FINISH can be used immediately after deflateInit if all the compression
345 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
453 single call of inflate), the parameter flush should be set to Z_FINISH. In
458 the decompression state. The use of Z_FINISH is not required to perform an
460 faster approach can be used for the single inflate() call. Z_FINISH also
469 memory for a sliding window when Z_FINISH i
[all...]

Completed in 56 milliseconds