Home | History | Annotate | Download | only in linux

Lines Matching refs:Z_SYNC_FLUSH

140 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
142 #define Z_SYNC_FLUSH 3
242 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
250 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
361 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
362 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much