Home | History | Annotate | Download | only in gzip

Lines Matching defs:Z_SYNC_FLUSH

126 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
127 #define Z_SYNC_FLUSH 2
227 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
235 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
338 If the parameter flush is set to Z_SYNC_FLUSH, inflate flushes as much
340 not specified for values of the flush parameter other than Z_SYNC_FLUSH