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

#include <zstd_compress_internal.h>

Collaboration diagram for ZSTD_localDict:

Public Attributes

void * dictBuffer
 
void const * dict
 
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

Definition at line 57 of file zstd_compress_internal.h.

◆ dict

void const* ZSTD_localDict::dict

Definition at line 54 of file zstd_compress_internal.h.

◆ dictBuffer

void* ZSTD_localDict::dictBuffer

Definition at line 53 of file zstd_compress_internal.h.

◆ dictContentType

ZSTD_dictContentType_e ZSTD_localDict::dictContentType

Definition at line 56 of file zstd_compress_internal.h.

◆ dictSize

size_t ZSTD_localDict::dictSize

Definition at line 55 of file zstd_compress_internal.h.


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