ReactOS 0.4.15-dev-7918-g2a2556c
ZSTD_localDict Struct Reference

#include <zstd_compress_internal.h>

Collaboration diagram for ZSTD_localDict:

Public Attributes

voiddictBuffer
 
void constdict
 
size_t dictSize
 
ZSTD_dictContentType_e dictContentType
 
ZSTD_CDictcdict
 

Detailed Description

Definition at line 52 of file zstd_compress_internal.h.

Member Data Documentation

◆ cdict

ZSTD_CDict* ZSTD_localDict::cdict

◆ dict

void const* ZSTD_localDict::dict

◆ dictBuffer

void* ZSTD_localDict::dictBuffer

◆ dictContentType

ZSTD_dictContentType_e ZSTD_localDict::dictContentType

◆ dictSize

size_t ZSTD_localDict::dictSize

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