ReactOS 0.4.15-dev-8636-g945e856
|
#include <zstd.h>
Public Attributes | |
void * | dst |
size_t | size |
size_t | pos |
void* ZSTD_outBuffer_s::dst |
start of output buffer
Definition at line 573 of file zstd.h.
Referenced by ZSTD_checkOutBuffer(), zstd_compress(), ZSTD_compressStream_generic(), zstd_decompress(), and ZSTD_decompressStream().
size_t ZSTD_outBuffer_s::pos |
position where writing stopped. Will be updated. Necessarily 0 <= pos <= size
Definition at line 575 of file zstd.h.
Referenced by ZSTD_checkOutBuffer(), zstd_compress(), ZSTD_compressStream2(), ZSTD_compressStream2_simpleArgs(), ZSTD_compressStream_generic(), zstd_decompress(), ZSTD_decompressStream(), and ZSTD_decompressStream_simpleArgs().
size_t ZSTD_outBuffer_s::size |
size of output buffer
Definition at line 574 of file zstd.h.
Referenced by ZSTD_checkOutBuffer(), zstd_compress(), ZSTD_compressStream2(), ZSTD_compressStream_generic(), zstd_decompress(), and ZSTD_decompressStream().