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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h187 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
188 #define Z_SYNC_FLUSH 2 macro
300 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
308 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
316 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
416 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
417 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much

Completed in 33 milliseconds