GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-bb27c0570b
LZ4_streamDecode_t_internal Struct Reference

#include <lz4.h>

Data Fields

const unsigned char * externalDict
 
size_t extDictSize
 
const unsigned char * prefixEnd
 
size_t prefixSize
 

Detailed Description

Definition at line 563 of file lz4.h.

Field Documentation

◆ extDictSize

size_t LZ4_streamDecode_t_internal::extDictSize

◆ externalDict

const unsigned char* LZ4_streamDecode_t_internal::externalDict

Definition at line 564 of file lz4.h.

Referenced by LZ4_decompress_fast_continue(), and LZ4_setStreamDecode().

◆ prefixEnd

const unsigned char* LZ4_streamDecode_t_internal::prefixEnd

◆ prefixSize

size_t LZ4_streamDecode_t_internal::prefixSize

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