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

/linux-4.1.27/fs/squashfs/
H A Dzlib_wrapper.c100 zlib_err = zlib_inflate(stream, Z_SYNC_FLUSH); zlib_uncompress()
/linux-4.1.27/crypto/
H A Dzlib.c270 ret = zlib_inflate(stream, Z_SYNC_FLUSH); zlib_decompress_update()
310 ret = zlib_inflate(stream, Z_SYNC_FLUSH); zlib_decompress_final()
H A Ddeflate.c175 ret = zlib_inflate(stream, Z_SYNC_FLUSH); deflate_decompress()
/linux-4.1.27/include/linux/
H A Dzlib.h140 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */
142 #define Z_SYNC_FLUSH 3 macro
247 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
255 Z_SYNC_FLUSH, and the compression state is reset so that decompression can
366 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH,
367 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
/linux-4.1.27/fs/isofs/
H A Dcompress.c147 zerr = zlib_inflate(&stream, Z_SYNC_FLUSH); zisofs_uncompress_block()
/linux-4.1.27/fs/btrfs/
H A Dzlib.c124 ret = zlib_deflate(&workspace->strm, Z_SYNC_FLUSH); zlib_compress_pages()
/linux-4.1.27/lib/zlib_inflate/
H A Dinflate.c140 Z_SYNC_FLUSH or Z_FULL_FLUSH. This function is used by one PPP
142 Z_SYNC_FLUSH but removes the length bytes of the resulting empty stored
309 documented in zlib.h of Z_SYNC_FLUSH. Furthermore, inflate() always defers

Completed in 48 milliseconds