]> git.ipfire.org Git - thirdparty/zstd.git/commit
finally converted ZSTD_compressStream_generic() to use {in,ou}Buffer
authorYann Collet <cyan@fb.com>
Wed, 31 May 2017 01:10:26 +0000 (18:10 -0700)
committerYann Collet <cyan@fb.com>
Wed, 31 May 2017 01:10:26 +0000 (18:10 -0700)
commit01b1549f83e58db9494234285fbf6673b2ed7f04
treeeb9bb37d7513a793aad29aedc7e61b02764726c1
parentc4f46b94ce6ba497c75b0b44d9e45a0d2872602d
finally converted ZSTD_compressStream_generic() to use {in,ou}Buffer

replacing the older read/write variables from ZBUFF_* era.
Mostly to help code readability.

Fixed relevant callers.
lib/compress/zstd_compress.c