ZSTD_outBuffer_s

Undocumented in source.
struct ZSTD_outBuffer_s {}

Members

Variables

dst
void* dst;

< start of output buffer

pos
size_t pos;

< position where writing stopped. Will be updated. Necessarily 0 <= pos <= size

size
size_t size;

< size of output buffer

Meta