Public Attributes | List of all members
ZSTD_outBuffer_s Struct Reference

#include <zstd.h>

Public Attributes

void * dst
 
size_t pos
 
size_t size
 

Detailed Description

Definition at line 669 of file zstd.h.

Member Data Documentation

◆ dst

void* ZSTD_outBuffer_s::dst

start of output buffer

Definition at line 670 of file zstd.h.

◆ pos

size_t ZSTD_outBuffer_s::pos

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

Definition at line 672 of file zstd.h.

◆ size

size_t ZSTD_outBuffer_s::size

size of output buffer

Definition at line 671 of file zstd.h.


The documentation for this struct was generated from the following file:


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30