GRASS GIS 8 Programmer's Manual  8.5.0dev(2024)-36359e2344
LZ4_streamDecode_t_internal Struct Reference

#include <lz4.h>

Data Fields

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.

Definition at line 842 of file lz4.h.

Field Documentation

◆ extDictSize

size_t LZ4_streamDecode_t_internal::extDictSize

Definition at line 845 of file lz4.h.

Referenced by LZ4_decompress_safe_continue(), and LZ4_setStreamDecode().

◆ externalDict

const LZ4_byte* LZ4_streamDecode_t_internal::externalDict

Definition at line 843 of file lz4.h.

Referenced by LZ4_setStreamDecode().

◆ prefixEnd

const LZ4_byte* LZ4_streamDecode_t_internal::prefixEnd

Definition at line 844 of file lz4.h.

Referenced by LZ4_decompress_safe_continue(), and LZ4_setStreamDecode().

◆ prefixSize

size_t LZ4_streamDecode_t_internal::prefixSize

Definition at line 846 of file lz4.h.

Referenced by LZ4_decompress_safe_continue(), and LZ4_setStreamDecode().


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