Project Alice
Loading...
Searching...
No Matches
ZSTD_outBuffer_s Struct Reference

#include <zstd.h>

Public Attributes

void * dst
 
size_t size
 
size_t pos
 

Detailed Description

Definition at line 684 of file zstd.h.

Member Data Documentation

◆ dst

void* ZSTD_outBuffer_s::dst

start of output buffer

Definition at line 685 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 687 of file zstd.h.

◆ size

size_t ZSTD_outBuffer_s::size

size of output buffer

Definition at line 686 of file zstd.h.


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