ReactOS 0.4.15-dev-7958-gcd0bb1a
ZSTD_inBuffer_s Struct Reference

#include <zstd.h>

Collaboration diagram for ZSTD_inBuffer_s:

Public Attributes

const voidsrc
 
size_t size
 
size_t pos
 

Detailed Description

Definition at line 566 of file zstd.h.

Member Data Documentation

◆ pos

size_t ZSTD_inBuffer_s::pos

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

Definition at line 569 of file zstd.h.

◆ size

size_t ZSTD_inBuffer_s::size

size of input buffer

Definition at line 568 of file zstd.h.

◆ src

const void* ZSTD_inBuffer_s::src

start of input buffer

Definition at line 567 of file zstd.h.


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