Searched refs:Z_SYNC_FLUSH (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/fs/squashfs/ |
H A D | zlib_wrapper.c | 100 zlib_err = zlib_inflate(stream, Z_SYNC_FLUSH); zlib_uncompress()
|
/linux-4.1.27/crypto/ |
H A D | zlib.c | 270 ret = zlib_inflate(stream, Z_SYNC_FLUSH); zlib_decompress_update() 310 ret = zlib_inflate(stream, Z_SYNC_FLUSH); zlib_decompress_final()
|
H A D | deflate.c | 175 ret = zlib_inflate(stream, Z_SYNC_FLUSH); deflate_decompress()
|
/linux-4.1.27/include/linux/ |
H A D | zlib.h | 140 #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 D | compress.c | 147 zerr = zlib_inflate(&stream, Z_SYNC_FLUSH); zisofs_uncompress_block()
|
/linux-4.1.27/fs/btrfs/ |
H A D | zlib.c | 124 ret = zlib_deflate(&workspace->strm, Z_SYNC_FLUSH); zlib_compress_pages()
|
/linux-4.1.27/lib/zlib_inflate/ |
H A D | inflate.c | 140 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