Conscience Core
Public Attributes | List of all members
LZ4_streamDecode_t_internal Struct Reference

#include <lz4.h>

Public Attributes

const LZ4_byteexternalDict
 
const LZ4_byteprefixEnd
 
size_t extDictSize
 
size_t prefixSize
 

Detailed Description

LZ4_streamDecode_t : Never ever use below internal definitions directly ! These definitions are not API/ABI safe, and may change in future versions. If you need static allocation, declare or allocate an LZ4_streamDecode_t object.

Member Data Documentation

◆ extDictSize

size_t LZ4_streamDecode_t_internal::extDictSize

◆ externalDict

const LZ4_byte* LZ4_streamDecode_t_internal::externalDict

◆ prefixEnd

const LZ4_byte* LZ4_streamDecode_t_internal::prefixEnd

◆ prefixSize

size_t LZ4_streamDecode_t_internal::prefixSize

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