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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h126 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
127 #define Z_SYNC_FLUSH 2 macro
231 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
239 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
343 If the parameter flush is set to Z_SYNC_FLUSH, inflate flushes as much
345 not specified for values of the flush parameter other than Z_SYNC_FLUSH

Completed in 15 milliseconds